Learn R Programming

MicroSEC (version 2.1.6)

fun_zero: Divide function without 0/0 errors

Description

This function attempts to divide without 0/0 errors.

Usage

fun_zero(a, b)

Value

a divided by b

Arguments

a, b

Integers