Calculate the quotient of two numbers
quotient(dividend, divisor, substitute.value = Inf, warn = TRUE)
dividend | number to be devided |
---|---|
divisor | number by which dividend is to be devided |
substitute.value | value to be returned if divisor is 0 |
warn | if TRUE, a warning is given if the divisor is zero |
quotient of dividend and divisor: dividend/divisor