Expressions and other sub-statement entities can span multiple lines and can be separated by optional commas. The following operators are supported. (The Phoenix Modeling Language follows the C++/C syntax for function names.)
Operator |
Function |
+ |
Addition |
– |
Subtraction |
* |
Multiplication |
/ |
Division |
^ or ** |
Power |
= or <- |
Assignment |
>= |
Comparison: greater than or equal to |
<= |
Comparison: less than or equal to |
== |
Comparison: equal to |
!= |
Comparison: not equal to |
> |
Comparison: greater than |
< |
Comparison: less than |
<> |
Comparison: not equal |
&& |
Logical: and |
|| |
Logical: or |
ln, log |
Natural log (log base e) |
log10 |
Log base 10 |
fabs |
Absolute value |
? |
Switch |
Last modified date:6/26/19
Legal Notice | Contact Certara
© 2019 Certara USA, Inc. All rights reserved.