256
edits
m (→Operators) |
|||
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. | 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 ==== |
edits