About Us Products Solutions Services Contact Us
Please...
Register Here!
Login Area Superbase Europe Newsgroups

Home
Sitemap

Technical Support
Services


Professional
Services


Academic and
Educational
Services


Publishing
Services


Marketing
Services


Free Download
Services


Training Services

 

 


Services -> Superbase Technical Support Services

What was New in Superbase 3.2

Previous
Next

HugeInteger Object

These are instanciable objects created by dimensioning an object variable of type 'HugeInteger', eg.:

DIM h AS HugeInteger

A huge integer is an integer which can have values which for all practical purposes is unlimited. The actual limit is 122,880 places of accuracy. The properties and methods of the huge integer object are as follows:

Add(n)

DisplayMinDigits

DisplayString

DivideBy(n)

DivideInto(n)

Mod(n)

Multiply(n)

Name

Parent

Power(n)

PowerMod(n1, n2)

PostfixIfNegative

PostfixIfNonNegative

PrefixIfNegative

PrefixIfNonNegative

Subtract(n)

SubtractFrom(n)

Tag

Type

ThousandsSeparator

Note: Currently, the maximum number of digits of precision that a HugeInteger object can contain is 122,880. A greater limitation is the reality that in Superbase there is currently no method of dealing with a string longer than 4000 characters. Still, 4000 digits of precision is probably greater than most people are likely to need.

For more information about HugeInteger objects, see the online help and the example programs.

 


Copyright © 2003 Superbase Developers plc, Cambridge, UK. All rights reserved worldwide.
   Legal Notice  Questions or comments? Contact webmaster@superbase.co.uk