summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/k_sin.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/k_sin.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/k_sin.c')
-rw-r--r--lib/msun/src/k_sin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/k_sin.c b/lib/msun/src/k_sin.c
index a64153e..52d3faa 100644
--- a/lib/msun/src/k_sin.c
+++ b/lib/msun/src/k_sin.c
@@ -54,7 +54,8 @@ S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */
S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */
S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */
- double __kernel_sin(double x, double y, int iy)
+double
+__kernel_sin(double x, double y, int iy)
{
double z,r,v;
int32_t ix;
OpenPOWER on IntegriCloud