next up previous
Next: 11 Object Programming Up: Functional Languages and Introductory Previous: 9 Functional and Imperative

10 Exact and Inexact Arithmetic

Scheme and J both support a model of exact integer arithmetic in addition to arithmetic of other numeric types such as complex and inexact (floating point) numbers. Exact values are limited in precision only by available (possibly virtual) memory.


next up previous
Next: 11 Object Programming Up: Functional Languages and Introductory Previous: 9 Functional and Imperative
2002-11-26