CoCoA:CocoaLimits

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

CocoaLimits

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

Syntax

CocoaLimits():RECORD
   <type>system</type>