func math.Mod

3 uses

	math (current package)
		lgamma.go#L337: 		x = Mod(x, 2)
		mod.go#L21: func Mod(x, y float64) float64 {
		remainder.go#L72: 		x = Mod(x, y+y) // now x < 2y