diff options
Diffstat (limited to 'manual/arith.texi')
| -rw-r--r-- | manual/arith.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index bfa236a50e..58f35781bb 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -414,6 +414,14 @@ This macro returns a nonzero value if @var{x} is subnormal. It is from TS 18661-1:2014. @end deftypefn +@comment math.h +@comment ISO +@deftypefn {Macro} int iszero (@emph{float-type} @var{x}) +@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} +This macro returns a nonzero value if @var{x} is zero. It is from TS +18661-1:2014. +@end deftypefn + Another set of floating-point classification functions was provided by BSD. @Theglibc{} also supports these functions; however, we recommend that you use the ISO C99 macros in new code. Those are standard |
