diff options
Diffstat (limited to 'libgo/go/math/erf.go')
-rw-r--r-- | libgo/go/math/erf.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/math/erf.go b/libgo/go/math/erf.go index b608999..6d3d9b7 100644 --- a/libgo/go/math/erf.go +++ b/libgo/go/math/erf.go @@ -4,7 +4,6 @@ package math - /* Floating-point error function and complementary error function. */ |