Erlang – log

In this guide, we will discuss Erlang log. The method returns the logarithmic of the specified value. Syntax log(X) Parameters X - A value is specified for the logarithmic function.…

Continue ReadingErlang – log

Erlang – exp

In this guide, we will discuss Erlang exp. The method returns the exponential of the specified value. Syntax exp(X) Parameters X - A value is specified for the exponential function.…

Continue ReadingErlang – exp