Q_GCD()

Syntax

pointer.qfloat = Q_GCD(n1.qfloat, n2.qfloat [, result.qfloat])

Description

Calculates the GCD (the Greatest Common Divisor) of n1 and n2.

The result is stored in n1 or, if the optional parameter is given, in result.