fenv.3 (10b01832c3672b9a63edd86f74f1167dbc33c7f6) | fenv.3 (f789cb829380f2501402d11904f10adf363f7da5) |
---|---|
1.\" Copyright (c) 2004 David Schultz <das@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 61 unchanged lines hidden (view full) --- 70.Fn fesetenv "const fenv_t *envp" 71.Ft int 72.Fn feupdateenv "const fenv_t *envp" 73.Ft int 74.Fn feenableexcept "int excepts" 75.Ft int 76.Fn fedisableexcept "int excepts" 77.Ft int | 1.\" Copyright (c) 2004 David Schultz <das@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 61 unchanged lines hidden (view full) --- 70.Fn fesetenv "const fenv_t *envp" 71.Ft int 72.Fn feupdateenv "const fenv_t *envp" 73.Ft int 74.Fn feenableexcept "int excepts" 75.Ft int 76.Fn fedisableexcept "int excepts" 77.Ft int |
78.Fn fegetexcept "void" | 78.Fn fegetexcept void |
79.Sh DESCRIPTION 80The 81.In fenv.h 82routines manipulate the floating-point environment, 83which includes the exception flags and rounding modes defined in 84.St -ieee754 . 85.Ss Exceptions 86Exception flags are set as side-effects of floating-point arithmetic --- 203 unchanged lines hidden --- | 79.Sh DESCRIPTION 80The 81.In fenv.h 82routines manipulate the floating-point environment, 83which includes the exception flags and rounding modes defined in 84.St -ieee754 . 85.Ss Exceptions 86Exception flags are set as side-effects of floating-point arithmetic --- 203 unchanged lines hidden --- |