// Copysign returns a value with the magnitude of f // and the sign of sign. func Copysign(f, sign float64) float64 { … }