Intel® oneAPI Math Kernel Library Developer Reference - C

Special Value Notations

This topic defines notations of special values for complex functions. The definitions are provided in text, tables, or formulas.

CONJ(z) and CIS(z) are defined as follows:

CONJ(x+i·y)=x-i·y

CIS(y)=cos(y)+i·sin(y).

The special value tables show the result of the function for the z argument at the intersection of the RE(z) column and the i*IM(z) row. If the function raises an exception on the argument z, the lower part of this cell shows the raised exception and the VM Error Status. An empty cell indicates that this argument is normal and the result is defined mathematically.