Common Lisp Extensions. Node: Numbers

PREV Symbols UP Top NEXT Sequences

Chapter 9: Numbers

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'
  • PREV Symbols UP Top NEXT Sequences