NegationC function
Fully qualified name: Std.Math.NegationC
function NegationC(input : Complex) : Complex
Summary
Returns the unary negation of an input of type Complex
.
Input
input
A value whose negation is to be returned.
Output
The unary negation of input
.