Subversion Repositories Kolibri OS

Rev

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

  1. #include <math.h>
  2. float frexpf (float x, int* expn)
  3.   {return (float)frexp(x, expn);}
  4.