Format: AllC/C++CSSTextshell script Advanced Search
82: 83: xs = frexp(x, &ex); 84: ys = frexp(y, &ey); 85: zs = frexp(z, &ez); 86: oround = /*fegetround()*/FE_TONEAREST;