Erlang – min

In this guide, we will discuss Erlang min. Returns the element of the list which has the minimum value. Syntax min(lst1) Parameters Lst1 − The list of elements. Return Value Returns…

Continue ReadingErlang – min

Erlang – max

In this guide, we will discuss Erlang max. Returns the element of the list which has the maximum value. Syntax max(lst1) Parameters Lst1 − The list of elements. Return Value Returns…

Continue ReadingErlang – max