#ifndef LIBA_MATH_H #define LIBA_MATH_H #include "private/macros.h" LIBA_BEGIN_DECLS float powf(float x, float y); LIBA_END_DECLS #endif