go/src/math/cmplx/abs.go

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