num-complex
num-complex copied to clipboard
Fix tests and acosh zero sign
Going through the tests I found a couple places where the conj() test was misspelled. There was also a problem with the acosh test, where the zero sign of the imaginary part was not correctly tested and not correctly handled in the function. The fix was to only divide by the real 2 instead of the complex 2.