Name:
asinh
the arg-hyperbolic sine function.
Library names:
sollya_obj_t sollya_lib_asinh(sollya_obj_t)
sollya_obj_t sollya_lib_build_function_asinh(sollya_obj_t)
#define SOLLYA_ASINH(x) sollya_lib_build_function_asinh(x)
Description:
- asinh is the inverse of the function sinh: asinh(y) is the unique number
x in [-Inf; +Inf] such that sinh(x)=y.
- It is defined for every real number y.
Go back to the list of commands