phobos/std/internal/math
Johannes Pfau 3a9b0513d9 gammafunction: Add constants for ieeeQuadruple reals
Setting MAXGAMMA to the same as for ieeeExtended reals means the range
of the gamma function will be limited to the same range as ieeeExtended.
However, until someone reviews the algorithm to work fine for
ieeeQuadruple ranges, this workaround seems fine. We just lose some
128bit real features, but we're still as good as x86.
2017-12-19 20:08:38 +01:00
..
biguintcore.d Merge pull request #5465 from andralex/sharedstaticinbigintnomore 2017-11-27 21:53:49 +01:00
biguintnoasm.d Automatically add spaces to binary operators (>=) 2017-02-23 00:57:47 +01:00
biguintx86.d Automatically add spaces to binary operators (!=) 2017-02-23 00:57:47 +01:00
errorfunction.d Replace body keyword with its replacement: do 2017-11-20 15:33:52 +01:00
gammafunction.d gammafunction: Add constants for ieeeQuadruple reals 2017-12-19 20:08:38 +01:00