up previous next
CocoaLimits

limits on exponents and ring characteristics

Syntax
CocoaLimits(): RECORD

Description
***** NOT YET IMPLEMENTED *****

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]
-------------------------------