ΒΆtemplate <typename T>
inline T greatestCommonDivisor(T A, T B)
template <typename T>
inline T greatestCommonDivisor(T A, T B)
Description
Return the greatest common divisor of the values using Euclid's algorithm.
Declared at: llvm/include/llvm/Support/MathExtras.h:610
Templates
- T
Parameters
- T A
- T B