func math.Trunc

2 uses

	math (current package)
		floor.go#L61: func Trunc(x float64) float64 {
		modf.go#L15: 	integer = Trunc(f)