Overview - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 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