summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_expm1.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-28 18:15:04 +0000
committeralfred <alfred@FreeBSD.org>2002-05-28 18:15:04 +0000
commit565689ac5bf6349e21b553f3e8f16d7daa1da57d (patch)
treeffef6d4da2c4353ee88d6ab0439ae527b407110f /lib/msun/src/s_expm1.c
parenta94f09971fe42eb37ee9a8cd3949bb8780a9522d (diff)
downloadFreeBSD-src-565689ac5bf6349e21b553f3e8f16d7daa1da57d.zip
FreeBSD-src-565689ac5bf6349e21b553f3e8f16d7daa1da57d.tar.gz
Fix formatting, this is hard to explain, so I'll show one example.
- float ynf(int n, float x) /* wrapper ynf */ +float +ynf(int n, float x) /* wrapper ynf */ This is because the __STDC__ stuff was indented. Reviewed by: md5
Diffstat (limited to 'lib/msun/src/s_expm1.c')
-rw-r--r--lib/msun/src/s_expm1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/s_expm1.c b/lib/msun/src/s_expm1.c
index cfe8584..1bf4aa6 100644
--- a/lib/msun/src/s_expm1.c
+++ b/lib/msun/src/s_expm1.c
@@ -127,7 +127,8 @@ Q3 = -7.93650757867487942473e-05, /* BF14CE19 9EAADBB7 */
Q4 = 4.00821782732936239552e-06, /* 3ED0CFCA 86E65239 */
Q5 = -2.01099218183624371326e-07; /* BE8AFDB7 6E09C32D */
- double expm1(double x)
+double
+expm1(double x)
{
double y,hi,lo,c,t,e,hxs,hfx,r1;
int32_t k,xsb;
OpenPOWER on IntegriCloud