Actions
$calcint » History » Revision 1
Revision 1/4
| Next »
Per Amundsen, 11/07/2018 09:42 AM
Added in 3.3
$calcint(operations)
Returns the result of the specified operations. You can perform multiple operations.
Can calculate extremely high numbers, but can only be used on whole numbers, not decimal/float/fractions.
Operations can be grouped with parentheses.
Parameters
operations - The calculations to perform.
Example
//echo -ag $calcint((2 ^ 256) - 1)
Updated by Per Amundsen about 6 years ago · 1 revisions