4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-26 09:07:34 +08:00

4 lines
69 B
C
Raw Normal View History

#include <math.h>
float tanhf (float x)
{return (float) tanh (x);}