Staging
v0.8.1
Revision 2c85d826d8b95bb3e1141b5084bd0a575803d664 authored by Neal Norwitz on 26 March 2006, 03:11:57 UTC, committed by Neal Norwitz on 26 March 2006, 03:11:57 UTC
ascii seems like the safest bet that it will exist.  I wonder if utf-8
would be a better choice?  This should get test_fileinput passing on OpenBSD.
1 parent 334b5b2
Raw File
numeric.tex
\chapter{Numeric and Mathematical Modules}
\label{numeric}

The modules described in this chapter provide
numeric and math-related functions and data types.
The \module{math} and \module{cmath} contain 
various mathematical functions for floating-point and complex numbers.
For users more interested in decimal accuracy than in speed, the 
\module{decimal} module supports exact representations of  decimal numbers.

The following modules are documented in this chapter:

\localmoduletable
back to top