Overview - 2024.1 English

Vitis Libraries

Release Date
2024-08-06
Version
2024.1 English

Template to calculate Least Common Multiple(LCM) of two integers.

Parameters:

_A an integer
_B the other integer
template <
    int _A,
    int _B
    >
struct LCM

// fields

static const int value