diff options
Diffstat (limited to 'src/pkg/math/sin.go')
-rw-r--r-- | src/pkg/math/sin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/math/sin.go b/src/pkg/math/sin.go index 35220cb3e..8a2edd7e5 100644 --- a/src/pkg/math/sin.go +++ b/src/pkg/math/sin.go @@ -4,7 +4,6 @@ package math - /* Floating-point sine and cosine. |