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

Prev:>fixnum ( x -- n )
Next:>bignum ( x -- n )


Vocabulary
math

Inputs
xa real


Outputs
nan integer


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

Definition


Methods