#include extern const float __half; double sinh ( double x ) { long double y = exp (x); return (y - 1./y) * __half; }