mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
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
14 lines
586 B
Plaintext
14 lines
586 B
Plaintext
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/
|