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

Prev:bignum? ( object -- ? )
Next:>integer ( x -- n )


Vocabulary
math

Inputs
xa real


Outputs
na fixnum


Word description
Converts a real number to a fixnum, with a possible loss of precision and overflow.

Definition


Methods