Summary
Emacs Lisp provides the traditional four arithmetic operations: addition, subtraction, multiplication, and division.
1
2
Remainder and modulus functions supplement the division functions
1
2
, and functions to add or subtract 1 are also provided.
1
2
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
Emacs Lisp provides the traditional four arithmetic operations: addition, subtraction, multiplication, and division. Remainder and modulus functions supplement the division functions. The functions to add or subtract 1 are provided because they are traditional in Lisp and commonly used.
GNU Emacs Lisp Reference Manual - Arithmetic Operations
gnu.org
Emacs Lisp provides the traditional four arithmetic operations: addition, subtraction, multiplication, and division. Remainder and modulus functions supplement ...
GNU Emacs Lisp Reference Manual - Numbers
gnu.org
Unable to generate a short snippet for this page, sorry about that.
ergoemacs.org
Emacs Lisp provides the traditional four arithmetic operations: addition, subtraction, multiplication, and division. Remainder and modulus functions supplement ...
GNU Emacs Lisp Reference Manual - Numbers
utah.edu