*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: feenableexcept | Section: 3 | Source: OpenBSD | File: feenableexcept.3
FEENABLEEXCEPT(3) FreeBSD Library Functions Manual FEENABLEEXCEPT(3) NAME feenableexcept, fedisableexcept, fegetexcept - control floating-point exception masks SYNOPSIS #include <fenv.h> int feenableexcept(int excepts); int fedisableexcept(int excepts); int fegetexcept(void); DESCRIPTION These functions provide control of the floating-point exception masks. The excepts input argument is a bitmask specifying an exception type and containing any of the values listed in feclearexcept(3). The feenableexcept() function unmasks the floating-point exceptions represented by excepts. The future floating-point operations that produce excepts will trap, and a SIGFPE will be delivered to the process. The fedisableexcept() function masks the floating-point exceptions represented by excepts. All exceptions are masked by default. The fegetexcept() function returns the current exception mask. RETURN VALUES The feenableexcept(), and fedisableexcept() functions return the previous exception mask. The fegetexcept() function returns the current exception mask. SEE ALSO sigaction(2), feclearexcept(3), fegetenv(3), fegetround(3) STANDARDS The feenableexcept(), fedisableexcept(), and fegetexcept() functions are OpenBSD extensions. HISTORY These functions first appeared in OpenBSD 5.0. FreeBSD 14.1-RELEASE-p8 June 5, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options