euclidean: Finding the greatest common divisor (GCD)

Description Usage Arguments Value Author(s) Source

Description

This function finds the GCD by using modulus function and while loop

Usage

1
euclidean(a, b)

Arguments

a

integer

b

integer

Value

an integer equal to GCD

Author(s)

Reuel, Martin, Vinay

Source

Euclidean algorithm


rryesuafuga/Lab03 documentation built on May 9, 2019, 7:36 a.m.