ezeio2:expref:operators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
ezeio2:expref:operators [2019-09-02 18:53] andrehezeio2:expref:operators [2020-09-02 17:02] – [Operators and constants] andreh
Line 23: Line 23:
 | && | Logical AND | Logical AND | ''10&&9'' (1) | | && | Logical AND | Logical AND | ''10&&9'' (1) |
 | %%||%% | Logical OR | Logical OR | ''10%%||%%9'' (1) | | %%||%% | Logical OR | Logical OR | ''10%%||%%9'' (1) |
 +| ! | Logical NOT | Logical invert | ''!(10==9)'' (1) |
 +| !! | Make boolean | Forces result to be boolean | ''!!8'' (1) |
 | E | 10th power | Raise to 10th power | ''3.14E3'' (3140) | | E | 10th power | Raise to 10th power | ''3.14E3'' (3140) |
 | PI | Pi | Constant Pi | ''PI'' (3.14159...) | | PI | Pi | Constant Pi | ''PI'' (3.14159...) |
 | E | e | Natural Logarithm | ''E'' (2.71828...) | | E | e | Natural Logarithm | ''E'' (2.71828...) |
  
  • ezeio2/expref/operators.txt
  • Last modified: 2021-06-08 16:35
  • by andreh