← Index
powf.c
#include <math.h> float powf (float x, float y) {return (float) pow (x, y);}
Download powf.c
— origineel C-bestand