beautypg.com

Measurement Computing LogBook Series User Manual

Page 164

background image

LV-38 LogView

989592

Software

Reference

Equation Assistant Dialog Box

Equation Assistant Function Buttons

Arithmetic

-

(subtraction)

+

(addition)

*

(multiplication)

/

(division)

%

(modulus)

1

^

(exponentiation)

Relational and Equality

< =

(less than or

equal to)

> =

(greater than

or equal to)

<

(less than)

>

(greater than)

= =

(equal)

! =

(not equal)

Bitwise

Note: Bitwise functions are briefly discussed in the text which immediately follows this table.

&

(Bitwise And)

|

(Bitwise Or)

~

(Bitwise Not)

<<

(Shift Left)

>>

(Shift Right)

Logical

Note: Logical functions are briefly discussed in the related text which follows this table.

And Or Not

1

Note: Modulus has several possible meanings. As used in the equation assistant, modulus is the remainder which

results when the first operand is divided by the second. For example: the modulus for 3 % 3 is 0; the modulus
for 3.257 % 3 is 0.257; and the modulus for 5 % 2 is 1.0.