ad97a8683c
This is fenv. On supported architectures, change the rounding mode of the floating point arithmetics (to nearest, up, down, to zero) or change the precision of the test the properties of the floating point arithmetics. WWW: http://octave.sourceforge.net/ PR: ports/147601 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> Feature safe: yes
13 lines
586 B
Text
13 lines
586 B
Text
The octave-forge package is the result of The GNU Octave Repositry project,
|
|
which is intended to be a central location for custom scripts, functions and
|
|
extensions for GNU Octave. contains the source for all the functions plus
|
|
build and install scripts.
|
|
|
|
This is fenv.
|
|
|
|
On supported architectures, change the rounding mode of the floating point
|
|
arithmetics (to nearest, up, down, to zero) or change the precision of the
|
|
arithmetical operations (single, double, double extended). Experimentally
|
|
test the properties of the floating point arithmetics.
|
|
|
|
WWW: http://octave.sourceforge.net/
|