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

public

Signature

public function modulus(self|string|int $other): self

Parameters

Name Type Default Description
$other self|string|int required Documentation missing

Returns

self

Documentation

Remainder after integer division

Source

src/Util/Math/BigInt.php:95-98