diff options
Diffstat (limited to 'newlib/libm/math')
-rw-r--r-- | newlib/libm/math/w_acos.c | 3 | ||||
-rw-r--r-- | newlib/libm/math/w_acosh.c | 3 | ||||
-rw-r--r-- | newlib/libm/math/w_asin.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/newlib/libm/math/w_acos.c b/newlib/libm/math/w_acos.c index fdf2eb07e..8ce7887ea 100644 --- a/newlib/libm/math/w_acos.c +++ b/newlib/libm/math/w_acos.c @@ -58,7 +58,8 @@ RETURNS You can modify error handling for these functions using <<matherr>>. -QUICKREF ANSI SVID POSIX RENTRANT +QUICKREF + ansi svid posix rentrant acos y,y,y,m acosf n,n,n,m diff --git a/newlib/libm/math/w_acosh.c b/newlib/libm/math/w_acosh.c index 022c5c6ee..93032600b 100644 --- a/newlib/libm/math/w_acosh.c +++ b/newlib/libm/math/w_acosh.c @@ -60,7 +60,8 @@ Neither <<acosh>> nor <<acoshf>> are ANSI C. They are not recommended for portable programs. -QUICKREF ANSI SVID POSIX RENTRANT +QUICKREF + ansi svid posix rentrant acos n,n,n,m acosf n,n,n,m diff --git a/newlib/libm/math/w_asin.c b/newlib/libm/math/w_asin.c index e7884b2e3..c49111d27 100644 --- a/newlib/libm/math/w_asin.c +++ b/newlib/libm/math/w_asin.c @@ -59,7 +59,8 @@ return NaN (not a number), set the global variable <<errno>> to You can change this error treatment using <<matherr>>. -QUICKREF ANSI SVID POSIX RENTRANT +QUICKREF + ansi svid posix rentrant asin y,y,y,m asinf n,n,n,m |