Next: snprintf, Previous: sin, Up: C library functions [Index]
sinh
#include <math.h> Float new x; Float new sinX; x = 2.5; sinX = sinh (x);