12.2 Numbers Dictionary
- number
- complex
- real
- float
- short-float, single-float, double-float, long-float
- rational
- ratio
- integer
- signed-byte
- unsigned-byte
- mod
- bit
- fixnum
- bignum
- =, /=, <, >, <=, >=
- max, min
- minusp, plusp
- zerop
- floor, ffloor, ceiling, fceiling, truncate, ftruncate, round, fround
- sin, cos, tan
- asin, acos, atan
- pi
- sinh, cosh, tanh, asinh, acosh, atanh
- *
- +
- −
- /
- 1+, 1−
- abs
- evenp, oddp
- exp, expt
- gcd
- incf, decf
- lcm
- log
- mod, rem
- signum
- sqrt, isqrt
- random-state
- make-random-state
- random
- random-state-p
- *random-state*
- numberp
- cis
- complex
- complexp
- conjugate
- phase
- realpart, imagpart
- upgraded-complex-part-type
- realp
- numerator, denominator
- rational, rationalize
- rationalp
- ash
- integer-length
- integerp
- parse-integer
- boole
- boole-1, boole-2, boole-and, boole-andc1, boole-andc2, boole-c1, boole-c2, boole-clr, boole-eqv, boole-ior, boole-nand, boole-nor, boole-orc1, boole-orc2, boole-set, boole-xor
- logand, logandc1, logandc2, logeqv, logior, lognand, lognor, lognot, logorc1, logorc2, logxor
- logbitp
- logcount
- logtest
- byte, byte-size, byte-position
- deposit-field
- dpb
- ldb
- ldb-test
- mask-field
- most-positive-fixnum, most-negative-fixnum
- decode-float, scale-float, float-radix, float-sign, float-digits, float-precision, integer-decode-float
- float
- floatp
- most-positive-short-float, least-positive-short-float, least-positive-normalized-short-float, most-positive-double-float, least-positive-double-float, least-positive-normalized-double-float, most-positive-long-float, least-positive-long-float, least-positive-normalized-long-float, most-positive-single-float, least-positive-single-float, least-positive-normalized-single-float, most-negative-short-float, least-negative-short-float, least-negative-normalized-short-float, most-negative-single-float, least-negative-single-float, least-negative-normalized-single-float, most-negative-double-float, least-negative-double-float, least-negative-normalized-double-float, most-negative-long-float, least-negative-long-float, least-negative-normalized-long-float
- short-float-epsilon, short-float-negative-epsilon, single-float-epsilon, single-float-negative-epsilon, double-float-epsilon, double-float-negative-epsilon, long-float-epsilon, long-float-negative-epsilon
- arithmetic-error
- arithmetic-error-operands, arithmetic-error-operation
- division-by-zero
- floating-point-invalid-operation
- floating-point-inexact
- floating-point-overflow
- floating-point-underflow