Calculate expression

Top  Previous  Next

Calculate a math expression. You can define the number of decimal digits to display and the decimal separator.

Syntax

{#calc expression -[decimal=.][round=5][thousands=,]#}

expression: math expression to compute

[decimal]: specifies the custom decimal separator

[round]: specifies how many digits should be used for rounding

[thousands]: specifies the custom thousands separator

 

Example

Phrase:

{#calc (9+2)*100-7#}

 

Result:

1,093