blob: dbd1345ab4c8742a140943399800ef891e00f9e5 [file] [log] [blame]
#include <math.h>
float coshf (float x)
{return (float) cosh (x);}