Cassandra\Decimal::mod PHP Method

mod() public method

public mod ( cassandra\Numeric $divisor ) : cassandra\Numeric
$divisor cassandra\Numeric a number to divide this one by
return cassandra\Numeric remainder
    public function mod(Numeric $divisor)
    {
    }