Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Calculator.php
Calculator::MAX_POWER
The maximum exponent value allowed for the pow() method.
File
vendor/
brick/
math/
src/
Internal/
Calculator.php
, line 28
Class
Calculator
Performs basic operations on arbitrary size integers.
Namespace
Brick\Math\Internal
Code
public
const
MAX_POWER
=
1000000
;
RSS feed