mini\Util\Math\Decimal::powerOfTen() Method

private static

Signature

private static function powerOfTen(int $n): string

Parameters

Name Type Default Description
$n int required Documentation missing

Returns

string

Documentation

Get 10^n as string (for BigInt operations)

Source

src/Util/Math/Decimal.php:778-781