Calculate the quotient of two numbers
Usage
quotient(dividend, divisor, substitute.value = Inf, warn = TRUE)
Arguments
- 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
Value
quotient of dividend and divisor: dividend/divisor