Image Removed | Arithmetic Op |
---|
Performs various mathematical operations from simple addition/subtraction to complex date/time calculations |
Contents
- When using User Variables, you can store the Result Value in one of the Left or Right values. (you can use it as a counter!)
When calculating dates/times, here are the tips!
Note |
---|
If you want to know how to do calculations between dates and times, go straight to the bottom of this page! |
Status |
---|
subtle | true |
---|
colour | Green |
---|
title | Example |
---|
|
Code Block |
---|
language | xml |
---|
linenumbers | true |
---|
|
[Left Value] [+] [Right Value] = [Result Value] |
Parameters
Image Modified
Operators
Operator | Meaning | Example |
---|
+ | Add two operands or unary plus | x + y +2 |
- | Subtract right operand from the left or unary minus | x - y -2 |
* | Multiply two opeands | x * y |
/ | Divide left operand by the right one (always results into float) | x / y |
% | Modulus - remainder of the division of left operand by the right | x % y (remainder of x/y) |
// | Floor division - division that results into whole number adjusted to the left in the number line | x // y |
** | Exponent - left operand raised to the power of right | x**y (x to the power y) |
Need help?
Technical contact to tech@argos-labs.com
May you search all operations,
ActionsVerificationsSystem CallsInteractives