MOAB
4.9.3pre
|
#include <Meta.h>
Public Types | |
enum | { ret = meta_least_common_multiple<A,B,K+1>::ret } |
Computes the least common multiple of two positive integer A and B at compile-time. It implements a naive algorithm testing all multiples of A. It thus works better if A>=B.
anonymous enum |