Right now the use of fma() restricts the ability to calculate upon complex arguments, even though the functions are mathematically defined across the complex plane.
Figure out how to change the code and still maintain accuracy in the typical real-argument case.
Right now the use of
fma()
restricts the ability to calculate upon complex arguments, even though the functions are mathematically defined across the complex plane.Figure out how to change the code and still maintain accuracy in the typical real-argument case.