phobos/std/internal/math
Martin a3035d7d77 Slightly relax std.internal.math.gammafunction unittest for 64-bit reals
Using LDC master on Win64, I get a relative diff of 1.068e-15 for the
second tuple (input = 1/8), exceeding the allowed upper bound by not even
7%. I chose to be generous and doubled the limit. ;)

More details for the 2nd tuple:
actual:   0x1.0a333fd8b6880p+2
expected: 0x1.0a333fd8b687bp+2
rel diff: 1.067682e-15

The other 4 tuples are perfect matches.
2015-11-08 15:27:34 +01:00
..
biguintcore.d biguintcore: eliminated unnecessary divides 2015-10-19 07:00:42 -07:00
biguintnoasm.d BigInt @safe 2014-10-31 10:27:20 +01:00
biguintx86.d Merge pull request #2612 from burner/bigint_safe_one 2014-11-02 15:59:44 +01:00
errorfunction.d HTML fixes 2015-10-24 06:19:23 +00:00
gammafunction.d Slightly relax std.internal.math.gammafunction unittest for 64-bit reals 2015-11-08 15:27:34 +01:00