Compute the signum function, which is defined as For complex arguments, sign returns x ./ abs (x).
Compute the signum function, which is defined as
For complex arguments, sign returns x ./ abs (x).
sign
x ./ abs (
)