-
I've looked at the upcoming standard for a little bit now, and played around with it in some of my libraries. One thing I couldn't find in the API are routines for handling complex-valued data, e.g., xp.real(z) # real part
xp.imag(z) # imaginary part
xp.conj(z) # complex conjugate Is this planned to be added, or is there another way of handling it? |
Beta Was this translation helpful? Give feedback.
Answered by
leofang
Jan 25, 2022
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leofang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See data-apis/array-api#373.