Skip to content

Commit

Permalink
Use numeric literal separator
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 22, 2023
1 parent e0e492b commit cfa36b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/Calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ abstract class Calculator
/**
* The maximum exponent value allowed for the pow() method.
*/
public const MAX_POWER = 1000000;
public const MAX_POWER = 1_000_000;

/**
* The alphabet for converting from and to base 2 to 36, lowercase.
Expand Down

0 comments on commit cfa36b1

Please sign in to comment.