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.
power
power<N, POWER> : Calculates N to the power POWER. More...
Data Structures | |
struct | power< NV, POWER > |
Calculates powers. More... | |
struct | power_of_2_round_up< NV > |
Calculates the rounded up power of 2. More... | |
struct | power_of_2_round_up< 0 > |
Calculates the rounded up power of 2. More... | |
struct | power_of_2_round_down< NV > |
Calculates the rounded down power of 2. More... | |
struct | power_of_2_round_down< 0 > |
Calculates the rounded down power of 2. More... | |
struct | power_of_2_round_down< 1 > |
Calculates the rounded down power of 2. More... | |
struct | power_of_2_round_down< 2 > |
Calculates the rounded down power of 2. More... | |
struct | is_power_of_2< NV > |
Checks if N is a power of 2. More... | |
struct | is_power_of_2< 0 > |
Checks if N is a power of 2. More... | |
struct | is_power_of_2< 1 > |
Checks if N is a power of 2. More... |
Detailed Description
power<N, POWER> : Calculates N to the power POWER.
Generated on Tue Jul 12 2022 14:05:48 by
