Fix pow error bound
The pow error bound was miscalculated, it is slightly below 0.54 ULP when using fma and slightly above it without fma. If 2^-400 < |pow(x,y)| < 2^400 then the error is less than 0.52 ULP with fma.
Loading
Please register or sign in to comment