phobos/std/internal/math
H. S. Teoh 8f132413dd Fix issue 11583.
The problem is that the assumption that the first word of a BigUint is
always non-zero is false when BigUint == biguintcore.ZERO, which is
defined to be [0]. So we need to check for that case in
BigUint.opCmp(ulong).

Also, crash-proof BigUint's invariant, since it would cause an
out-of-bounds array access if a bug causes data.length==0.
2013-12-04 22:28:23 -08:00
..
biguintcore.d Fix issue 11583. 2013-12-04 22:28:23 -08:00
biguintnoasm.d bigint purity 2013-05-09 06:24:26 +02:00
biguintx86.d bigint purity 2013-05-09 06:24:26 +02:00
errorfunction.d Just unused variables. 2011-06-12 16:57:27 +04:00
gammafunction.d Remove more uses of NCEG operators in phobos 2013-11-30 14:09:39 +11:00