sinhl
extern long double sinhl(long double x);
long double sinh_val = sinhl (__real__ x);
__real__ res = sinhl (2.0 * __real__ x) / den;