Mercurial > emacs
annotate FTP @ 81573:d5640ed7c397
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
New constants.
(math-normalize,math-bignum-big,math-make-float,math-div10-bignum)
(math-scale-left,math-scale-left-bignum,math-scale-right)
(math-scale-right-bignum,math-scale-rounding,math-add,math-add-bignum)
(math-sub-bignum,math-sub,math-mul,math-mul-bignum,math-mul-bignum-digit)
(math-idivmod,math-quotient,math-div-bignum,math-div-bignum-digit)
(math-div-bignum-part,math-format-bignum-decimal,math-read-bignum):
Use math-bignum-digit-length, math-bignum-digit-size and
math-small-integer-size.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Sat, 23 Jun 2007 04:05:29 +0000 |
parents | 5e1b6a63ac46 |
children |
rev | line source |
---|---|
77212
5e1b6a63ac46
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
69701
diff
changeset
|
1 For information about how to obtain GNU Emacs and other GNU software |
5e1b6a63ac46
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
69701
diff
changeset
|
2 by FTP, please see <http://www.gnu.org/order/ftp.html>. |
33648 | 3 |
77212
5e1b6a63ac46
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
69701
diff
changeset
|
4 Information about Emacs is also available at |
5e1b6a63ac46
Replace with a pointer to the web version.
Glenn Morris <rgm@gnu.org>
parents:
69701
diff
changeset
|
5 <http://www.gnu.org/software/emacs/>. |
33648 | 6 |