We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Computes the greatest common divisor of two integers.
(dos_gcd first second)
first
The first number.
second
The second number.
The greatest common divisor, if successful.
nil on error.
Command: (dos_gcd 81 57) 3 Command: (dos_gcd 12 20) 4
Home Introduction CAD Function Configuration Functions Directory Functions Drive functions File Functions Math Functions Path Functions Printer Functions Process Functions String Functions System Functions User Interface Functions DOSLib Functions History