func math.frexp

one use

	math (current package)
		frexp.go#L18: func frexp(f float64) (frac float64, exp int) {