Name:
log2
binary logarithm.
Library names:
sollya_obj_t sollya_lib_log2(sollya_obj_t)
sollya_obj_t sollya_lib_build_function_log2(sollya_obj_t)
#define SOLLYA_LOG2(x) sollya_lib_build_function_log2(x)
Description:
- log2 is the binary logarithm defined by: log2(x) = log(x)/log(2).
- It is defined only for x in [0; +Inf].
Go back to the list of commands