Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
Fully qualified name: Std.Math.AbsSquaredComplex
function AbsSquaredComplex(input : Complex) : Double
Summary
Returns the squared absolute value of a complex number of type
Complex.
Input
input
Complex number c = x + y𝑖.
Output
Squared absolute value |c|² = x² + y².