![]() |
aGrUM
0.14.2
|
Inline implementation of pow functions with integers, faster than stl implementation. More...
#include <agrum/core/math/pow.h>
Go to the source code of this file.
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Functions | |
Integers Pow utility methods | |
unsigned long | gum::intPow (unsigned long base, unsigned long exponent) |
Specialized pow function with integers (faster implementation). More... | |
unsigned long | gum::int2Pow (unsigned long exponent) |
Specialized base 2 pow function with integer. More... | |
void | gum::superiorPow (unsigned long card, unsigned long &num_bits, unsigned long &new_card) |
Compute the superior and closest power of two of an integer. More... | |
Inline implementation of pow functions with integers, faster than stl implementation.
Definition in file pow_inl.h.