Overview - Overview - 2026.1 English

Vitis Libraries

Release Date
2026-06-23
Version
2026.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