diff options
Diffstat (limited to 'src/pkg/math/tan.go')
-rw-r--r-- | src/pkg/math/tan.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/tan.go b/src/pkg/math/tan.go index b2f29cc3b..285eff1ab 100644 --- a/src/pkg/math/tan.go +++ b/src/pkg/math/tan.go @@ -73,7 +73,7 @@ var _tanQ = [...]float64{ -5.38695755929454629881E7, //0xc189afe03cbe5a31 } -// Tan returns the tangent of x. +// Tan returns the tangent of the radian argument x. // // Special cases are: // Tan(±0) = ±0 |