blob: e770cb7b80fd385b16b15c3fd15490384d7b2afe [file] [log] [blame]
#include <math.h>
float sinhf (float x)
{return (float) sinh (x);}