mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
093146b920
commit
00e2cda624
11 changed files with 60 additions and 64 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue