The following mathematical symbols may be used when coding a formula in DB Precision:
- +: Plus Sign. Use this to add two values together.
- -: Minus Sign. Use this to subtract the second number from the first.
- *: Multiply Symbol. Use this to multiply two numbers together.
- /: Divide Symbol. Use this to divide the first number by the second.
- ^: Power Symbol. Use this to raise the first number by the second.
- ( ): Left and Right Parenthesis. Use these to explicitely control the order of operation when computing values.
- =: Equals Sign. If the first and second values are equal, returns TRUE, otherwise returns FALSE.
- <> or !=: Not equals Sign. If the first and second values are not equal, returns TRUE, otherwise returns FALSE.