Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2089:7457bc074bb3 | 2090:e52c5a5c6a7d |
---|---|
1 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * lispref/numbers.texi (Numbers): Remove reference to "fixed- | |
4 precision rationals," and fix description of floating-point | |
5 contagion. | |
6 (Integer Basics, Float Basics): Fix typos. | |
7 (Canonicalization and Contagion): Complete rewrite. | |
8 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp, | |
9 bigfloatp, floatingp, realp, oddp and evenp. | |
10 (Rational Basics): Add numerator and denominator. | |
11 (Random Numbers): Fix description of range, and add paranoid | |
12 comment about how unpredictable `(random t)' is. | |
13 (Canonicalization and Contagion): Renamed from Contagion and | |
14 Canonicalization. | |
15 (The Bignum Extension): Fix it in menu. | |
16 | |
1 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> | 17 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 18 |
3 * internals/internals.texi (Object-Oriented Techniques for C): | 19 * internals/internals.texi (Object-Oriented Techniques for C): |
4 Remove reference to "encouraging port to C++". | 20 Remove reference to "encouraging port to C++". |
5 | 21 |