NI TestStand Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Ludwig72

Expression Numeric Functions

Status: New

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)

 

1 Comment
nickstorton
Member

I could really use these functions as well.