-
fc32_t amd_clogf(fc32_t y)#
Computes the complex natural logarithm of a single-precision complex value.
- Parameters:
y – Input complex value.
- Returns:
Complex natural logarithm of y.
-
fc64_t amd_clog(fc64_t x)#
Computes the complex natural logarithm of a double-precision complex value.
- Parameters:
x – Input complex value.
- Returns:
Complex natural logarithm of x.