Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu

Spreadsheet: Operators

MedCalc divides the operators in the following groups:

Operators in order of precedence

^ExponentiationArithmetic
-Unary minusUnary
+Unary plusUnary
!NotUnary
*MultiplicationArithmetic
/DivisionArithmetic
+AdditionArithmetic
-SubtractionArithmetic
=EqualComparison
<>Not equalComparison
!=Not equalComparison
<Less thanComparison
>Greater thanComparison
<=Less than or equal toComparison
>=Greater than or equal toComparison
&&AndLogical
||OrLogical

Order of operators

Examples

See also