Expressions offer the following exponential and logarithmic functions:
Exp() -> Exponential (base e)
Log() -> Logarithm (base e)
Log10() -> Logarithm (base 10)
Computers always calculating digital. I have to handle binary values very often. Please add the following functions for calculating with binary values:
Exp2() -> Exponential (base 2)
Log2() -> Logarithm (base 2)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.