diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-29 20:03:07 +0800 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-29 20:03:07 +0800 |
commit | ad97a8683c13ea449ab6fbebd9eecfd99f587d6b (patch) | |
tree | 7615e33b857e81888a1686bbab3823252f003c55 /math/Makefile | |
parent | 73565302abb2772b4ecb694f06218f44ed50471b (diff) | |
download | freebsd-ports-gnome-ad97a8683c13ea449ab6fbebd9eecfd99f587d6b.tar.gz freebsd-ports-gnome-ad97a8683c13ea449ab6fbebd9eecfd99f587d6b.tar.zst freebsd-ports-gnome-ad97a8683c13ea449ab6fbebd9eecfd99f587d6b.zip |
The octave-forge package is the result of the GNU Octave Repositry project, which is intended to be a central location for custom scripts, funcitons 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 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
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 623be58cf7d8..648bcf32cc24 100644 --- a/math/Makefile +++ b/math/Makefile @@ -222,6 +222,7 @@ SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine SUBDIR += octave-forge-es + SUBDIR += octave-forge-fenv SUBDIR += octave-forge-financial SUBDIR += octave-forge-fpl SUBDIR += octave-forge-ga |