cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
List of all members
static_intlog< N, Ba > Struct Template Reference

Provides the member value with the value of the logarithm of N in base Ba . More...

Detailed Description

template<size_t N, size_t Ba>
struct cxxomfort::st_math::static_intlog< N, Ba >

Provides the member value with the value of the logarithm of N in base Ba .

Template Parameters
Bathe base of the logarithm.
Precondition
Ba > 1 and N > 0.

The documentation for this struct was generated from the following file: