vctrs icon indicating copy to clipboard operation
vctrs copied to clipboard

Missing complex cast methods

Open DavisVaughan opened this issue 4 years ago • 0 comments

Missing:

vec_cast.double.complex
vec_cast.logical.complex
vec_cast.integer.complex

We have:

vec_cast.complex.double
vec_cast.complex.logical
vec_cast.complex.integer

These methods would only be lossless if the complex doesn't have an imaginary part.

DavisVaughan avatar Mar 29 '20 19:03 DavisVaughan