DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
math.Mod()
Examples using...
math.Mod()
Recent
Examples
Mod in Go
by GoDoc
Go
math.Mod
fmt
fmt.Printf
math
Mod returns the floating-point remainder of x/y. The magnitude of the result is less than y and its sign agrees with that of x.
Math
Compute Modulus
Compute Modulus in Go
by yhuang
Go
math.Mod
fmt
fmt.Printf
math