Project

General

Profile

Actions

$calc » History » Revision 4

« Previous | Revision 4/8 (diff) | Next »
Per Amundsen, 02/28/2014 12:52 PM


Added in 1.8.10

$calc(operations)

Returns the result of the specified operations. You can perform multiple operations.

Arithmetic Operators.

Operations can be grouped with parentheses.

Parameters

operations - The calculations to perform.

Example

;Returns 6.
//echo -ag $calc((4 + 4) - 2)

Updated by Per Amundsen about 10 years ago · 4 revisions

Also available in: PDF HTML TXT