Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

options for complex numbers construction #420

Open
moodymudskipper opened this issue Jun 23, 2024 · 0 comments
Open

options for complex numbers construction #420

moodymudskipper opened this issue Jun 23, 2024 · 0 comments
Milestone

Comments

@moodymudskipper
Copy link
Collaborator

Let's postpone this for after v1, but it would be nice to be able to :

  • construct using only the complex() function -> a "complex" constructor
  • be able to call it once or for every item -> c(complex(...), complex(...)) vs complex(real = c(...), imaginary = c(...), recycling if single value on either side. That's a new option, name TBD.
  • be able to provide polar coordinates -> arg polar = FALSE, that applies only for "complex" constructor.
@moodymudskipper moodymudskipper added this to the 1.1.0 milestone Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant