tanpi 函式

計算角度 pi * _X 的正切函式值

inline float tanpi(
   float _X
) restrict(amp);
inline double tanpi(
   double _X
) restrict(amp);

參數

  • _X
    浮點數值

傳回值

傳回 _X * pi 的正切函式值

需求

標頭: amp_math.h

命名空間: Concurrency::precise_math

請參閱

參考

Concurrency::precise_math 命名空間