Subversion Repositories Kolibri OS

Rev

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

  1. #include <math.h>
  2. float coshf (float x)
  3.   {return (float) cosh (x);}
  4.