verry.function.ln2#

verry.function.ln2(x, /)#

Natural logarithm of 2.

Examples

>>> from verry import FloatInterval as FI
>>> print(format(ln2(1.0), ".6f"))
0.693147
>>> print(ln2(FI()))
[0.693147, 0.693148]