Big Function
Converts a decimal number to a Big Integer value
Description
The function \(Big\) Converts a decimal number to a \(BigInteger\) number. The argument can be real values, lists or tables.
\(Big Integer\) has a very high accuracy and very small rounding errors. The calculation is slower and not recommended for large amounts of data.
Syntax
Big (real)
Big (list)
Big (table)
Example