Clean up and make consistent the comments in the math package.

R=rsc
CC=golang-dev
https://golang.org/cl/186042
This commit is contained in:
Rob Pike 2010-01-12 07:38:31 +11:00
parent 093146b920
commit 00e2cda624
11 changed files with 60 additions and 64 deletions

View file

@ -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 {