Math Lib: pow_i for int power-of

This commit is contained in:
2015-04-24 11:37:48 +10:00
parent f829f556b4
commit bdf6393c98
2 changed files with 16 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ MINLINE int iroundf(float a);
MINLINE int divide_round_i(int a, int b);
MINLINE int mod_i(int i, int n);
int pow_i(int base, int exp);
double double_round(double x, int ndigits);
#ifdef BLI_MATH_GCC_WARN_PRAGMA