Module: BigMathR::Logarithm
- Defined in:
- ext/bigdecimal/math_r/log.c
Overview
A module that treats the logarithm algorithm. It is used internally.
Synopsis
The function names defined are the same as those in the C/C++ standard.
-
Natural logarithm:
:clog -
Binary logarithm:
:clog2 -
Common logarithm:
:clog10