經安全檢測,此網站為安全網站,請放心前往原始網址!

開根號的算法 -BLOG部落格網誌WIKI

開根號倒數(InvSqrt(), 1 / sqrt(x)) 速算法- radfrog的網路日誌- 無名小站出自QUAKE III 原始碼float InvSqrt (float x) { float xhalf = 0.5f*x; int i = *(int*)&x; i = 0x5f3759df(i>>1); x = *(float*)&i; x = x*(1.5fxhalf*x*x); return x; } 速度比1/SQRT...

blogwiki.tw

網址安全性掃描由 google 提供