ToC DocOverview CGDoc RelNotes Index PermutedIndex
Allegro CL
Home Previous Up Next Table of Contents Index
  ANSI Common Lisp   12 Numbers

12.2 Dictionary of Numbers

12.2.1  number
12.2.2  complex
12.2.3  real
12.2.4  float
12.2.5  short-float, single-float, double-float, long-float
12.2.6  rational
12.2.7  ratio
12.2.8  integer
12.2.9  signed-byte
12.2.10  unsigned-byte
12.2.11  mod
12.2.12  bit
12.2.13  fixnum
12.2.14  bignum
12.2.15  =, /=, <, >, <=, >=
12.2.16  max, min
12.2.17  minusp, plusp
12.2.18  zerop
12.2.19  floor, ffloor, ceiling, fceiling, truncate, ftruncate, round, fround
12.2.20  sin, cos, tan
12.2.21  asin, acos, atan
12.2.22  pi
12.2.23  sinh, cosh, tanh, asinh, acosh, atanh
12.2.24  *
12.2.25  +
12.2.26  -
12.2.27  /
12.2.28  1+, 1-
12.2.29  abs
12.2.30  evenp, oddp
12.2.31  exp, expt
12.2.32  gcd
12.2.33  incf, decf
12.2.34  lcm
12.2.35  log
12.2.36  mod, rem
12.2.37  signum
12.2.38  sqrt, isqrt
12.2.39  random-state
12.2.40  make-random-state
12.2.41  random
12.2.42  random-state-p
12.2.43  *random-state*
12.2.44  numberp
12.2.45  cis
12.2.46  complex
12.2.47  complexp
12.2.48  conjugate
12.2.49  phase
12.2.50  realpart, imagpart
12.2.51  upgraded-complex-part-type
12.2.52  realp
12.2.53  numerator, denominator
12.2.54  rational, rationalize
12.2.55  rationalp
12.2.56  ash
12.2.57  integer-length
12.2.58  integerp
12.2.59  parse-integer
12.2.60  boole
12.2.61  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
12.2.62  logand, logandc1, logandc2, logeqv, logior, lognand, lognor, lognot, logorc1, logorc2, logxor
12.2.63  logbitp
12.2.64  logcount
12.2.65  logtest
12.2.66  byte, byte-size, byte-position
12.2.67  deposit-field
12.2.68  dpb
12.2.69  ldb
12.2.70  ldb-test
12.2.71  mask-field
12.2.72  most-positive-fixnum, most-negative-fixnum
12.2.73  decode-float, scale-float, float-radix, float-sign, float-digits, float-precision, integer-decode-float
12.2.74  float
12.2.75  floatp
12.2.76  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
12.2.77  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
12.2.78  arithmetic-error
12.2.79  arithmetic-error-operands, arithmetic-error-operation
12.2.80  division-by-zero
12.2.81  floating-point-invalid-operation
12.2.82  floating-point-inexact
12.2.83  floating-point-overflow
12.2.84  floating-point-underflow


Home Previous Up Next Table of Contents Index
© Franz Inc. All Rights Reserved - File last updated 2022-07-25