Click to visit the DPlot home page
GRAPH SOFTWARE FOR SCIENTISTS & ENGINEERS
GCD function 
 

GCD(a,b)

Returns the greatest common divisor of two integers. The greatest common divisor is the largest integer that divides both numbers without a remainder. If either number is not an integer, it is truncated. The GCD function will always return a positive result, regardless of whether one or both numbers are negative.

GCD(18,84)=6

GCD(7,0)=7

GCD(36,48)=12

See also:

LCM

 
Site Map
Copyright © 2001-2008 HydeSoft Computing, LLC
Privacy Policy