Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
log
log<N, BASE> : Calculates logs to any base, rounded down to the nearest integer. More...
Data Structures | |
struct | log< NV, BASE > |
The base generic log template. More... | |
struct | log2< NV > |
Calculates base 2 logs. More... | |
struct | log10< NV > |
Calculates base 10 logs. More... |
Detailed Description
log<N, BASE> : Calculates logs to any base, rounded down to the nearest integer.
log2<N> : Calculates logs to base 2, rounded down to the nearest integer.
log10<N> : Calculates logs to base 10, rounded down to the nearest integer.
Generated on Tue Jul 12 2022 14:05:47 by
