From cd84d1c2d06ad0a30f3aebb8ff86727df67ba0da Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 4 Apr 2016 15:49:31 -0500 Subject: math: update isinf/isnan function comments after move to math.h Signed-off-by: Yaakov Selkowitz --- newlib/libm/common/s_isnand.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'newlib/libm/common/s_isnand.c') diff --git a/newlib/libm/common/s_isnand.c b/newlib/libm/common/s_isnand.c index 75538d907..0ac8c5938 100644 --- a/newlib/libm/common/s_isnand.c +++ b/newlib/libm/common/s_isnand.c @@ -28,7 +28,7 @@ INDEX finitef ANSI_SYNOPSIS - #include + #include int isnan(double <[arg]>); int isinf(double <[arg]>); int finite(double <[arg]>); @@ -37,7 +37,7 @@ ANSI_SYNOPSIS int finitef(float <[arg]>); TRAD_SYNOPSIS - #include + #include int isnan(<[arg]>) double <[arg]>; int isinf(<[arg]>) @@ -77,8 +77,8 @@ DESCRIPTION Note that by the C99 standard, <> and <> are macros taking any type of floating-point and are declared in - <>. Newlib has chosen to declare these as macros in - <> and as functions in <>. + <>. Newlib has chosen to declare these both as functions + and as macros in <>. The <>, <> and <> functions perform the same operations as their <>, <> and <> -- cgit v1.2.3