SigServer:SignatureMath: Difference between revisions

Jump to navigation Jump to search
Line 45: Line 45:


=== Operators ===
=== Operators ===
SigMath supports some basic operators. Arithmetic operators have the highest priority. Comparison operators have the second highest priority. Logic operators have the least priority. Parenthesis may be used to group expressions, such as (1 + 2) * 3 = 9.
SigMath supports some basic operators. Arithmetic operators have the highest priority. Comparison operators have the second highest priority. Logic operators have the least priority. Brackets may be used to group expressions, such as (1 + 2) * 3 = 9.


==== Arithmetic Operators ====
==== Arithmetic Operators ====