[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
math
The math
library exports functions that operate on IEEE double
precision floating point numbers using the host system’s C
library. The numbers are represented natively as contiguous blocks of
8 bytes each, and on the virtual side as lists of eight character
representations. (More explanation is given in Type Conversions.) These functions take the form
library('math',f) |
where f
is a character string identifying the function in most
cases by its standard name in the C library.
D.11.1 math library operators | ||
D.11.2 math library predicates | ||
D.11.3 math library conversion functions | ||
D.11.4 math library exceptions | ||
D.11.5 Additional math library notes |
This document was generated on December 10, 2012 using texi2html 1.82.