ICI Modules: bignum: create


Modules by name : by type

Synopsis

bignum = bignum.create(int)

Description

Create a new bignum object capable of storing the specified number of digits. This is a pre-allocation function which can enhance performance if the sizes of numbers are known before hand. Otherwise it is the same as calling bignum.bigum() with no arguments.