Learn R Programming

MiscMath (version 1.1)

MiscMath-package: Miscellaneous Mathematical Tools and Facts

Description

A random assortment of elementary mathematical formulas and calculators.

Arguments

Examples

Run this code
# Find the greatest common divisor of 57, 93 and 117. 
gcd(c(57, 93, 117))

Run the code above in your browser using DataLab