Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #include <math.h>
  2. float powf (float x, float y)
  3.   {return (float) pow (x, y);}
  4.