Handbook
Glossary
integer>fixnum ( x -- y )
Vocabulary
math
Inputs
x
an
object
Outputs
y
an
object
Word description
Converts a general integer to a fixed-width integer.
Definition
IN:
math
GENERIC:
integer>fixnum
( x -- y )
foldable
flushable
Methods
USING:
math
math.private
;
M:
bignum
integer>fixnum
bignum>fixnum
;
inline
USING:
math
;
M:
fixnum
integer>fixnum
;
inline