Skip to content

Treat exact zeros in make-polar - #926

Open
jpellegrini wants to merge 1 commit into
egallesio:masterfrom
jpellegrini:make-polar
Open

Treat exact zeros in make-polar#926
jpellegrini wants to merge 1 commit into
egallesio:masterfrom
jpellegrini:make-polar

Conversation

@jpellegrini

Copy link
Copy Markdown
Contributor
(make-polar 0 x) => 0
(make-polar x 0) => x

(Exact zero magnitude means exact zero; exact zero angle means exact zero imaginary part)

(make-polar 0 x) => 0
(make-polar x 0) => x

(Exact zero magniture means exact zero; exact zero
 angle means exact zero imaginart part)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant