Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
.