This section defines a few simple Common Lisp operations on numbers which were left out of Emacs Lisp.
• Predicates on Numbers: | ‘plusp’, ‘oddp’, ‘floatp-safe’, etc. | |
• Numerical Functions: | ‘abs’, ‘expt’, ‘floor*’, etc. | |
• Random Numbers: | ‘random*’, ‘make-random-state’ | |
• Implementation Parameters: | ‘most-positive-fixnum’, ‘most-positive-float’ |