| previous next |
| CocoaLimits |
| Syntax |
CocoaLimits():RECORD |
| Summary |
limits on exponents and ring characteristics |
| Description |
This function returns the maximum allowable characteristic of a CoCoA ring and the maximum allowable exponent in a CoCoA expression. These numbers may vary depending on the platform on which CoCoA is run. |
| Example |
CocoaLimits(); Record[MaxChar = 32767, MaxExp = 2147483647] ------------------------------- |