Next: Arithmetic Predicates
Up: Arithmetic Functions
Previous: Arithmetic Functions
most-positive-fixnum [constant]
most-negative-fixnum [constant]
- -#x20000000= -536,870,912
short-float-epsilon [constant]
- A floating point number on machines with IEEE floating-point format is
represented by 21 bit mantissa with 1 bit sign and 7 bit exponent with
1 bit sign.
Therefore, floating point epsilon is
.
single-float-epsilon [constant]
- same as short-float-epsilon,
.
long-float-epsilon [constant]
- same as short-float-epsilon since
there is no double or long float.
.
pi [constant]
-
, actually 3.14159203, not 3.14159265.
2pi [constant]
pi/2 [constant]
-pi [constant]
-2pi [constant]
-pi/2 [constant]
Hirofumi Nakagaki
Fri Mar 22 12:46:38 JST 1996