Skip to content
Commit 5049bfaf authored by Szabolcs Nagy's avatar Szabolcs Nagy
Browse files

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.
parent 76fd080f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment