Next: , Previous: , Up: Standards Support   [Contents][Index]


18.20 SRFI 143: Fixnums

Description

Definitions of fixnum-specific procedures.

URL

https://srfi.schemers.org/srfi-143/srfi-143.html

Support

Fully supported with efficient compilation.

Libraries

(srfi 143)

Global

All names are bound in the MIT/GNU Scheme global environment.

fixnum?fx*
fx*/carryfx+
fx+/carryfx-
fx-/carryfx-greatest
fx-leastfx-width
fx<=?fx<?
fx=?fx>=?
fx>?fxabs
fxandfxarithmetic-shift
fxarithmetic-shift-leftfxarithmetic-shift-right
fxbit-countfxbit-field
fxbit-field-reversefxbit-field-rotate
fxbit-set?fxcopy-bit
fxeven?fxfirst-set-bit
fxiffxior
fxlengthfxmax
fxminfxneg
fxnegative?fxnot
fxodd?fxpositive?
fxquotientfxremainder
fxsqrtfxsquare
fxxorfxzero?