euclidean: Euclidean of two numbers.

Description Usage Arguments Value References

View source: R/euclidean.R

Description

Implementation of Euclidean algorithm to find the greatest common divisor of two numbers.

Usage

1
euclidean(a, b)

Arguments

a

number.

b

number.

Value

The euclidean of a and b.

References

https://en.wikipedia.org/wiki/Euclidean_algorithm


Suhani8884/Lab3A documentation built on Sept. 14, 2020, 12:02 a.m.