Searched defs:BigInt (Results 1 – 2 of 2) sorted by relevance
46 struct BigInt struct53 * Construct a BigInt from a decimal or hexadecimal string. The number must argument78 bool neg = false;79 bool ok;132 auto big1 = BigInt(r1); argument136 auto big2 = BigInt(r2); argument140 auto big3 = BigInt(r3); argument144 assertThrown!ConvException(BigInt(r4)); argument159 auto bigData = BigInt(data); argument172 const(BigInt) b1 = BigInt("1_234_567_890"); argument[all …]
48 struct BigInt struct55 * Construct a `BigInt` from a decimal or hexadecimal string. The number must argument80 bool neg = false;81 bool ok;135 auto big1 = BigInt(r1); argument139 auto big2 = BigInt(r2); argument143 auto big3 = BigInt(r3); argument147 assertThrown!ConvException(BigInt(r4)); argument177 auto b1 = BigInt(false, magnitude); argument179 auto b2 = BigInt(true, magnitude); argument[all …]