blob: 65c3f9bcff6ce31f9f57bbf647d982b51f5649d8 [file] [log] [blame]
#include <math.h>
#include "headers/tanhf.h"
float tanhf(float x)
{
return _tanhf(x);
}