func math.Mod

3 uses

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