📄 atanhf.h
字号:
#include "headers/atanhf4.h"#include "headers/dom_chkf_negone_one.h"static __inline float _atanhf(float x){ float res; vector float vx; vx = spu_splats(x); res = spu_extract(_atanhf4(vx), 0);#ifndef _IEEE_LIBM /* * Domain error if not in the interval [-1, +1] */ dom_chkf_negone_one(vx);#endif return res;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -