HP Prime for All

English  Русский 

Syntax

igcd(a, b)

Description

Greatest common divisor. Returns the integer that is the greatest common divisor of the integers a and b.

Example

igcd(24, 36) returns 12

igcd — Discussion