MT Core (C++)
Core library for replacing C++ standard in project usage
|
Template to get LCM of numbers. More...
#include <templates.hpp>
Static Public Attributes | |
static constexpr auto | value = math::abs(A) * (math::abs(B) / GCD<A, B>::value) |
Template to get LCM of numbers.
Result in static member value
.
A | number a |
B | Number b |
Definition at line 57 of file templates.hpp.
|
staticconstexpr |
Definition at line 58 of file templates.hpp.