blob: 9bcb569759a58c5c0a31e57053c5e83bbaeca2a6 [file] [log] [blame]
#include <math.h>
float powf (float x, float y)
{return (float) pow (x, y);}