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

public

Signature

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

Parameters

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

Returns

self

Documentation

Integer division (truncates toward zero)

Source

src/Util/Math/BigInt.php:85-88