summaryrefslogtreecommitdiff
path: root/src/lib/math/atan.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math/atan.go')
-rw-r--r--src/lib/math/atan.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/math/atan.go b/src/lib/math/atan.go
index 0c284b8d9..afe87c401 100644
--- a/src/lib/math/atan.go
+++ b/src/lib/math/atan.go
@@ -13,7 +13,7 @@ export atan
* argument in the range [-pi/2,pi/2].
* there are no error returns.
* coefficients are #5077 from Hart & Cheney. (19.56D)
-*/
+ */
const
@@ -38,7 +38,6 @@ const
* xatan evaluates a series valid in the
* range [-0.414...,+0.414...]. (tan(pi/8))
*/
-
func
xatan(arg float64) float64
{