#include <cassert>
#include <cmath>


Go to the source code of this file.
Functions | |
| unsigned int | Power (unsigned int a_x, unsigned int a_n) |
| int | ipow (int a, int b) |
| double | ipow (const double &a, const int &b) |
| unsigned int Power | ( | unsigned int | a_x, | |
| unsigned int | a_n | |||
| ) |
Referenced by BoxLayout::getBoxsize(), and BoxLayout::operator[]().
| int ipow | ( | int | a, | |
| int | b | |||
| ) |
| double ipow | ( | const double & | a, | |
| const int & | b | |||
| ) |
1.5.5