计算的实际参数立方根
inline float cbrt(
float _X
) restrict(amp);
inline double cbrt(
double _X
) restrict(amp);
参数
- _X
浮点值
返回值
返回的实际参数立方根
要求
标题: amp_math.h
命名空间: 并发:: precise_math
计算的实际参数立方根
inline float cbrt(
float _X
) restrict(amp);
inline double cbrt(
double _X
) restrict(amp);
返回的实际参数立方根
标题: amp_math.h
命名空间: 并发:: precise_math