Name:
log1p
translated logarithm.
Library names:
sollya_obj_t sollya_lib_log1p(sollya_obj_t)
sollya_obj_t sollya_lib_build_function_log1p(sollya_obj_t)
#define SOLLYA_LOG1P(x) sollya_lib_build_function_log1p(x)
Description:
- log1p is the function defined by log1p(x) = log(1+x).
- It is defined only for x in [-1; +Inf].
Go back to the list of commands