4 lines
69 B
C

#include <math.h>
float sinhf (float x)
{return (float) sinh (x);}