Previous: Number Concepts, Up: Numbers
12.2 Numbers Dictionary ¶
- number [System Class]
- complex [System Class]
- real [System Class]
- float [System Class]
- short-float, single-float, double-float, long-float [Type]
- rational [System Class]
- ratio [System Class]
- integer [System Class]
- signed-byte [Type]
- unsigned-byte [Type]
- mod [Type Specifier]
- bit [Type]
- fixnum [Type]
- bignum [Type]
- =, /=, <, >, <=, >= [Function]
- max, min [Function]
- minusp, plusp [Function]
- zerop [Function]
- floor, ffloor, ceiling, fceiling,
- sin, cos, tan [Function]
- asin, acos, atan [Function]
- pi [Constant Variable]
- sinh, cosh, tanh, asinh, acosh, atanh [Function]
- * [Function]
- + [Function]
- - [Function]
- / [Function]
- 1+, 1- [Function]
- abs [Function]
- evenp, oddp [Function]
- exp, expt [Function]
- gcd [Function]
- incf, decf [Macro]
- lcm [Function]
- log [Function]
- mod, rem [Function]
- signum [Function]
- sqrt, isqrt [Function]
- random-state [System Class]
- make-random-state [Function]
- random [Function]
- random-state-p [Function]
- *random-state* [Variable]
- numberp [Function]
- cis [Function]
- complex [Function]
- complexp [Function]
- conjugate [Function]
- phase [Function]
- realpart, imagpart [Function]
- upgraded-complex-part-type [Function]
- realp [Function]
- numerator, denominator [Function]
- rational, rationalize [Function]
- rationalp [Function]
- ash [Function]
- integer-length [Function]
- integerp [Function]
- parse-integer [Function]
- boole [Function]
- boole-1, boole-2, boole-and, boole-andc1, boole-andc2,
- logand, logandc1, logandc2, logeqv, logior,
- logbitp [Function]
- logcount [Function]
- logtest [Function]
- byte, byte-size, byte-position [Function]
- deposit-field [Function]
- dpb [Function]
- ldb [Accessor]
- ldb-test [Function]
- mask-field [Accessor]
- most-positive-fixnum, most-negative-fixnum [Constant Variable]
- decode-float, scale-float, float-radix, float-sign,
- float [Function]
- floatp [Function]
- most-positive-short-float, least-positive-short-float,
- short-float-epsilon, short-float-negative-epsilon,
- arithmetic-error [Condition Type]
- arithmetic-error-operands, arithmetic-error-operation [Function]
- division-by-zero [Condition Type]
- floating-point-invalid-operation [Condition Type]
- floating-point-inexact [Condition Type]
- floating-point-overflow [Condition Type]
- floating-point-underflow [Condition Type]