mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-29 01:58:37 +00:00
BigInteger: CS adjustment
This commit is contained in:
parent
90ff746ad1
commit
d7cdea6282
@ -306,7 +306,6 @@ class Math_BigInteger {
|
|||||||
// we do pow(2, 52) instead of using 4503599627370496 directly because some
|
// we do pow(2, 52) instead of using 4503599627370496 directly because some
|
||||||
// PHP installations will truncate 4503599627370496.
|
// PHP installations will truncate 4503599627370496.
|
||||||
define('MATH_BIGINTEGER_MAX_DIGIT2', pow(2, 52));
|
define('MATH_BIGINTEGER_MAX_DIGIT2', pow(2, 52));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user