summaryrefslogtreecommitdiff
path: root/src/mp-trigonometric.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mp-trigonometric.c')
-rw-r--r--src/mp-trigonometric.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mp-trigonometric.c b/src/mp-trigonometric.c
index 3ad60c4..72aba0c 100644
--- a/src/mp-trigonometric.c
+++ b/src/mp-trigonometric.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
* Copyright (C) 2008-2011 Robert Ancell.
- *
+ *
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 2 of the License, or (at your option) any later
@@ -419,7 +419,7 @@ mp_atan(const MPNumber *x, MPAngleUnit unit, MPNumber *z)
break;
q *= 2;
-
+
/* t = t / (√(t² + 1) + 1) */
mp_multiply(&t2, &t2, z);
mp_add_integer(z, 1, z);