blob: 0f1b5a80af7d43cb2260350c006a319a1003aac1 [file] [log] [blame]
#include <math.h>
float tanhf (float x)
{return (float) tanh (x);}