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
Based on the code and name, it returns the sign of the conjugate. Can someone please confirm if this is correct, and if so, perhaps update the docs, or let me know so I can send a PR to update the wording, something along the lines of:
returns (sign(real(conj())), sign(imag(conj())))) as an ac_complex<ac_int<2,true>
The text was updated successfully, but these errors were encountered:
I'm slightly confused about the definition of the sign_conj function in ac_complex. According to the PDF docs, it does the following:
However, the definition returns the following:
ac_types/include/ac_complex.h
Line 212 in 1ed7f2d
Based on the code and name, it returns the sign of the conjugate. Can someone please confirm if this is correct, and if so, perhaps update the docs, or let me know so I can send a PR to update the wording, something along the lines of:
The text was updated successfully, but these errors were encountered: