sync with OpenBSD -current
This commit is contained in:
parent
991d31b9d0
commit
99745de747
62 changed files with 774 additions and 285 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: feclearexcept.3,v 1.6 2020/11/14 10:35:58 jmc Exp $
|
||||
.\" $OpenBSD: feclearexcept.3,v 1.7 2024/06/17 12:59:28 tim Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org>
|
||||
.\"
|
||||
|
@ -14,7 +14,7 @@
|
|||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: November 14 2020 $
|
||||
.Dd $Mdocdate: June 17 2024 $
|
||||
.Dt FECLEAREXCEPT 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -111,7 +111,7 @@ This function does not raise floating-point exceptions, but only
|
|||
sets the state of the flags.
|
||||
.Pp
|
||||
The
|
||||
.Fn fetesteexcept
|
||||
.Fn fetestexcept
|
||||
function determines which of a specified subset of the floating-point
|
||||
exception flags are currently set.
|
||||
The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue