RCP float rcpIEEEIntApproximation(float inX, const int inRcpConst) { int x = asint(inX); x = inRcpConst - x; return asfloat(x); } float ...
確定! 回上一頁