subtract: A function for subtracting

Description Usage Arguments Value Examples

Description

A decent function

A work of pure genius.

Usage

1
2
3
subtract(x, y)

minus(x, y)

Arguments

x

the first number

y

the second number

Value

x-y (numeric)

Examples

1
2
3
4
5
subtract(5, 10)
## Can also use negative numbers
subtract(-5, 10)
minus(20,20)
minus(9,8)

theoroe3/MyFirstPackage documentation built on May 20, 2019, 1:30 p.m.