The search functionality needs JavaScript enabled
Complex abs
T abs(T) ( Complex!T x );
auto c1 = Complex!float(1); assert(abs(c1) == 1.0f);