You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The selected angle unit only affects trigonometric functions. To me it would seem odd if the default angle unit changed the calculation of complex exponentiation.
The angle unit set to degrees has no effect when doing complex calculation.
Example:
Trying to calculate e^(j×180) results in something that is not -1,
whereas e^(j×pi) = -1, which is correct.
v4.8.1
The text was updated successfully, but these errors were encountered: