acosh 函式
計算這個引數的反雙曲線餘弦函式值
inline float acosh(
float _X
) restrict(amp);
inline double acosh(
double _X
) restrict(amp);
參數
- _X
浮點數值
傳回值
傳回這個引數的 Inverse Hyperbolic Cosine 值
需求
標頭: amp_math.h
命名空間: Concurrency::precise_math
計算這個引數的反雙曲線餘弦函式值
inline float acosh(
float _X
) restrict(amp);
inline double acosh(
double _X
) restrict(amp);
傳回這個引數的 Inverse Hyperbolic Cosine 值
標頭: amp_math.h
命名空間: Concurrency::precise_math