diff options
Diffstat (limited to 'newlib/libm/mathfp')
-rw-r--r-- | newlib/libm/mathfp/e_acosh.c | 3 | ||||
-rw-r--r-- | newlib/libm/mathfp/s_acos.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/e_acosh.c b/newlib/libm/mathfp/e_acosh.c index c2bf52890..7b199c5d9 100644 --- a/newlib/libm/mathfp/e_acosh.c +++ b/newlib/libm/mathfp/e_acosh.c @@ -49,7 +49,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/mathfp/s_acos.c b/newlib/libm/mathfp/s_acos.c index 88d59372d..051afea72 100644 --- a/newlib/libm/mathfp/s_acos.c +++ b/newlib/libm/mathfp/s_acos.c @@ -50,7 +50,8 @@ o $\pi$. 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 |