quotient: Quotient

View source: R/main.R

quotientR Documentation

Quotient

Description

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


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.