Name:
sinh
the hyperbolic sine function.
Library names:
sollya_obj_t sollya_lib_sinh(sollya_obj_t)
sollya_obj_t sollya_lib_build_function_sinh(sollya_obj_t)
#define SOLLYA_SINH(x) sollya_lib_build_function_sinh(x)
Description:
- sinh is the usual hyperbolic sine function: sinh(x) = (exp(x)-exp(-x))/2.
- It is defined for every real number x.
Go back to the list of commands