mini\Util\Math\BigInt::power() Method

public

Signature

public function power(int $exponent): self

Parameters

Name Type Default Description
$exponent int required Documentation missing

Returns

self

Documentation

Raise to integer power

Source

src/Util/Math/BigInt.php:105-108