BigInteger: CS adjustment

This commit is contained in:
terrafrost 2013-02-20 15:11:36 -06:00
parent 90ff746ad1
commit d7cdea6282

View File

@ -306,7 +306,6 @@ class Math_BigInteger {
// we do pow(2, 52) instead of using 4503599627370496 directly because some
// PHP installations will truncate 4503599627370496.
define('MATH_BIGINTEGER_MAX_DIGIT2', pow(2, 52));
}
}