blob: 6a0f15cb767d6530d897027e75cd4e456ec42905 [file] [log] [blame]
#include <math.h>
#include "headers/coshf.h"
float coshf(float x)
{
return _coshf(x);
}