jmath: Dum function for dum people

Description Usage Value Examples

Description

Simple math

Add x and y

Subtract y from x

Usage

1
2
3
jadd(x, y)

jsub(x, y)

Value

x + y

x - y

Examples

1
2
jadd(1,2)
jsub(1, 2)

nrodgers13/testr documentation built on May 29, 2019, 10:38 a.m.