>bignum ( x -- n )
Factor handbook » The language » Numbers » Integers

Prev:>integer ( x -- n )


Vocabulary
math

Inputs
xa real


Outputs
na bignum


Word description
Converts a real number to a bignum, with a possible loss of precision.

Definition


Methods