MiscMath-package {MiscMath}R Documentation

Miscellaneous Mathematical Tools and Facts

Description

A random assortment of elementary mathematical formulas and calculators.

Examples

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

[Package MiscMath version 1.1 Index]