Welcome to mirror list, hosted at ThFree Co, Russian Federation.

coshf.c « math « mingwex « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e44f08113247497720d5fc743fefb9f2626082f (plain)
1
2
3
#include <math.h>
float coshf (float x)
  {return (float) cosh (x);}