Mercurial > hg > xemacs-beta
diff man/ChangeLog @ 2090:e52c5a5c6a7d
[xemacs-hg @ 2004-05-21 01:21:08 by stephent]
improve bignum docs <871xled19j.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 21 May 2004 01:21:10 +0000 |
parents | 97a3d9ad40e2 |
children | 0221e454fe63 |
line wrap: on
line diff
--- a/man/ChangeLog Thu May 20 21:50:31 2004 +0000 +++ b/man/ChangeLog Fri May 21 01:21:10 2004 +0000 @@ -1,3 +1,19 @@ +2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> + + * lispref/numbers.texi (Numbers): Remove reference to "fixed- + precision rationals," and fix description of floating-point + contagion. + (Integer Basics, Float Basics): Fix typos. + (Canonicalization and Contagion): Complete rewrite. + (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp, + bigfloatp, floatingp, realp, oddp and evenp. + (Rational Basics): Add numerator and denominator. + (Random Numbers): Fix description of range, and add paranoid + comment about how unpredictable `(random t)' is. + (Canonicalization and Contagion): Renamed from Contagion and + Canonicalization. + (The Bignum Extension): Fix it in menu. + 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> * internals/internals.texi (Object-Oriented Techniques for C):