aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/math/tanh.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/tanh.go')
-rw-r--r--libgo/go/math/tanh.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/libgo/go/math/tanh.go b/libgo/go/math/tanh.go
index cf0ffa1..009a206 100644
--- a/libgo/go/math/tanh.go
+++ b/libgo/go/math/tanh.go
@@ -55,14 +55,14 @@ package math
//
var tanhP = [...]float64{
- -9.64399179425052238628E-1,
- -9.92877231001918586564E1,
- -1.61468768441708447952E3,
+ -9.64399179425052238628e-1,
+ -9.92877231001918586564e1,
+ -1.61468768441708447952e3,
}
var tanhQ = [...]float64{
- 1.12811678491632931402E2,
- 2.23548839060100448583E3,
- 4.84406305325125486048E3,
+ 1.12811678491632931402e2,
+ 2.23548839060100448583e3,
+ 4.84406305325125486048e3,
}
// Tanh returns the hyperbolic tangent of x.