func math.modf

one use

	math (current package)
		modf.go#L15: func modf(f float64) (int float64, frac float64) {