Mercurial > hg > xemacs-beta
comparison man/lispref/lispref.texi @ 2028:2ba4f06a264d
[xemacs-hg @ 2004-04-19 08:02:27 by stephent]
texi doc improvements <87zn98wg4q.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 19 Apr 2004 08:02:38 +0000 |
parents | 11812ec0334c |
children | c91543697b09 |
comparison
equal
deleted
inserted
replaced
2027:71477bc21fe8 | 2028:2ba4f06a264d |
---|---|
326 * Syntax Table Type:: What a character means. | 326 * Syntax Table Type:: What a character means. |
327 | 327 |
328 Numbers | 328 Numbers |
329 | 329 |
330 * Integer Basics:: Representation and range of integers. | 330 * Integer Basics:: Representation and range of integers. |
331 * Ratio Basics:: Representation and range of rational numbers. | |
331 * Float Basics:: Representation and range of floating point. | 332 * Float Basics:: Representation and range of floating point. |
333 * The Bignum Extension:: Arbitrary precision integers, ratios, and floats. | |
332 * Predicates on Numbers:: Testing for numbers. | 334 * Predicates on Numbers:: Testing for numbers. |
333 * Comparison of Numbers:: Equality and inequality predicates. | 335 * Comparison of Numbers:: Equality and inequality predicates. |
334 * Arithmetic Operations:: How to add, subtract, multiply and divide. | 336 * Arithmetic Operations:: How to add, subtract, multiply and divide. |
335 * Bitwise Operations:: Logical and, or, not, shifting. | 337 * Bitwise Operations:: Logical and, or, not, shifting. |
336 * Numeric Conversions:: Converting float to integer and vice versa. | 338 * Numeric Conversions:: Converting float to integer and vice versa. |