// Abs returns the absolute value (also called the modulus) of x. func Abs(x complex128) float64 { … }