Closed kevinsung closed 7 months ago
Use arg to compute complex angle instead of dividing by norm, which was causing a NaNs due to division by zero.
arg
Fixes #95
Use
arg
to compute complex angle instead of dividing by norm, which was causing a NaNs due to division by zero.Fixes #95