CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
/* This file generated by gen-fib.c - DO NOT EDIT. */
2
3
#if GMP_NUMB_BITS != 64
4
Error, error, this data is for 64 bits
5
#endif
6
7
#define FIB_TABLE_LIMIT 93
8
#define FIB_TABLE_LUCNUM_LIMIT 92
9
10