phobos/std/internal/math
Sebastian Wilzbach 70f06b2357 Remove old, redundant private import access specifier
Very very old versions of D (well into 0.x) had imports public by default,
like C header files. This modernizes the codebase and removes the
redundant `private` access specifier.
This has been done with:

sed "s/private import/import/g" -i **/*.d
2017-07-11 12:28:39 +02:00
..
biguintcore.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02: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 std.mathspecial: erf*() for quad-precision reals 2017-06-10 23:06:53 +01:00
gammafunction.d Automatically add spaces to binary operators (>=) 2017-02-23 00:57:47 +01:00