diff options
Diffstat (limited to 'src/pkg/math/fmod.go')
-rw-r--r-- | src/pkg/math/fmod.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/math/fmod.go b/src/pkg/math/fmod.go index d88ad5359..cff9ae497 100644 --- a/src/pkg/math/fmod.go +++ b/src/pkg/math/fmod.go @@ -6,8 +6,8 @@ package math /* - * floating-point mod func without infinity or NaN checking - */ + Floating-point mod func without infinity or NaN checking +*/ // Fmod returns the floating-point remainder of x/y. func Fmod(x, y float64) float64 { |