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
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.
The text was updated successfully, but these errors were encountered:
Let's postpone this for after v1, but it would be nice to be able to :
complex()
function -> a "complex" constructorc(complex(...), complex(...))
vscomplex(real = c(...), imaginary = c(...)
, recycling if single value on either side. That's a new option, name TBD.polar = FALSE
, that applies only for "complex" constructor.The text was updated successfully, but these errors were encountered: