projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6136fd6
)
Fix indentation.
author
Bruno Haible
<bruno@clisp.org>
Sun, 25 Mar 2007 20:36:17 +0000
(20:36 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 25 Mar 2007 20:36:17 +0000
(20:36 +0000)
lib/tanl.c
patch
|
blob
|
history
diff --git
a/lib/tanl.c
b/lib/tanl.c
index 26bf112781ec0b6d3f6a89caeb2ce7c1903d93fd..d173d6bd54fdff972e0abf83266a6d8b47dd9056 100644
(file)
--- a/
lib/tanl.c
+++ b/
lib/tanl.c
@@
-126,13
+126,13
@@
kernel_tanl (long double x, long double y, int iy)
long double z, r, v, w, s, u, u1;
int flag, sign;
-
sign = 1;
-
if (x < 0)
-
{
-
x = -x;
-
y = -y;
-
sign = -1;
-
}
+ sign = 1;
+ if (x < 0)
+ {
+ x = -x;
+ y = -y;
+ sign = -1;
+ }
if (x < 0.000000000000000006938893903907228377647697925567626953125L) /* x < 2**-57 */
{