Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

log< NV, BASE > Struct Template Reference

log< NV, BASE > Struct Template Reference
[log]

The base generic log template. More...

#include <log.h>


Detailed Description

template<const size_t NV, const size_t BASE>
struct etl::log< NV, BASE >

The base generic log template.

Defines value as the log of the number at the specified base. The result is rounded down to the next integer.

Template Parameters:
NVThe number to find the log of.
BASEThe base of the log.

Definition at line 55 of file log.h.