mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
4 lines
69 B
C
4 lines
69 B
C
#include <math.h>
|
|
float sinhf (float x)
|
|
{return (float) sinh (x);}
|