Cassandra\Float::div PHP Method

div() public method

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