AbsComplexPolar function

Fully qualified name: Std.Math.AbsComplexPolar

function AbsComplexPolar(input : ComplexPolar) : Double

Summary

Returns the absolute value of a complex number of type ComplexPolar.

Input

input

Complex number c = r⋅𝑒^(t𝑖).

Output

Absolute value |c| = r.