[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.6.2 Numerical data types
Guile supports a rich “tower” of numerical types — integer, rational, real and complex — and provides an extensive set of mathematical and scientific functions for operating on numerical data. This section of the manual documents those types and functions.
You may also find it illuminating to read R5RS’s presentation of numbers in Scheme, which is particularly clear and accessible: see Numbers in R5RS.
6.6.2.1 Scheme’s Numerical “Tower” | Scheme’s numerical "tower". | |
6.6.2.2 Integers | Whole numbers. | |
6.6.2.3 Real and Rational Numbers | Real and rational numbers. | |
6.6.2.4 Complex Numbers | Complex numbers. | |
6.6.2.5 Exact and Inexact Numbers | Exactness and inexactness. | |
6.6.2.6 Read Syntax for Numerical Data | Read syntax for numerical data. | |
6.6.2.7 Operations on Integer Values | Operations on integer values. | |
6.6.2.8 Comparison Predicates | Comparison predicates. | |
6.6.2.9 Converting Numbers To and From Strings | Converting numbers to and from strings. | |
6.6.2.10 Complex Number Operations | Complex number operations. | |
6.6.2.11 Arithmetic Functions | Arithmetic functions. | |
6.6.2.12 Scientific Functions | Scientific functions. | |
6.6.2.13 Bitwise Operations | Logical AND, OR, NOT, and so on. | |
6.6.2.14 Random Number Generation | Random number generation. |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on April 20, 2013 using texi2html 5.0.