4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-01 12:00:35 +08:00

4 lines
69 B
C

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