euclidean: Euclidean

Description Usage Arguments Value Examples

View source: R/euclidean.R

Description

Find the GCD of a and b.

Usage

1
euclidean(a, b)

Arguments

a,

a numeric number.

b,

a numeric number.

Value

The GCD of a and b.

Examples

1
2
3
euclidean(123612, 13892347912)    
euclidean(100, 1000)
  

yewei369/FancyPack.R.LiU.3 documentation built on Nov. 5, 2019, 12:34 p.m.