ccoshf函数
概要:
#include <complex.h> float complex ccoshf(float complex z);
描述:
该函数计算参数z的复双曲余弦值。
参数:
float complex z
参数为一个float complex类型的复数。
返回值:
函数返回参数z的复双曲余弦值。
范例:
|
|
输出:
ccoshf(1.0f + 1.0fi) = 0.83+0.99i
相关内容:
ccosh | double complex类型的复变双曲余弦函数。 |
ccoshl | long double complex类型的复变双曲余弦函数。 |