Documentation

Greatest Common Divisor - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Math :: Greatest Common Divisor

Root.Math.GCD(
  Value 1 Double,
  Value 2 Double,
  Epsilon Double
) Double
Returns the largest number that both values can be divided by

Parameters

Value 1 Double
The first value
Value 2 Double
The second value
Epsilon Double
Threshold for floating-point comparison

Return Value

Double

If you think anything is missing, please feel free to: submit documentation feedback on this page