Smart Systems Software

Smart tools for smart developers

Home        Technical Support        Free Software       

BigGoo Numerical Library AxtiveX control and library description

The BigGoo Numerical Library consists of two programmable data type objects, BigGoo and BigInt, and
several functions for both integer and floating point arithmetics.

*

BigGoo Data Type Objects

BigInt - An integer data type with a maximum range of 220 digits.

BigGoo - A floating-point data type with a maximum range of 220 digits for the significand and 53 digits for the mantissa.

*

BigGoo Numerical Methods

Add, Subtract, Multiply, Divide,
Quotient, ModN, SumN, Factorial,
Square, SquareRoot, Cube, CubeRoot, Power

*