mini\Util\Math\DecimalMath::subtract() Method

public static

Signature

public static function subtract(string $a, string $b): string

Parameters

Name Type Default Description
$a string required Documentation missing
$b string required Documentation missing

Returns

string

Documentation

Subtract b from a

Source

src/Util/Math/DecimalMath.php:31-36