divide: Safe division of numeric vectors

View source: R/divide.R

divideR Documentation

Safe division of numeric vectors

Description

Safe division of numeric vectors

Usage

divide(a, b)

fraction(a, b)

Arguments

a

Numerator

b

Denominator

Value

A numeric vector

Examples

divide(1, 2)
divide(1:10, rep(2, 10))

jamesotto852/tldrExample documentation built on Nov. 5, 2022, 3:39 p.m.