User Tools

Site Tools


en:public:developer:template_system:tags:expression:calc

Differences

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

Link to this comparison view

en:public:developer:template_system:tags:expression:calc [2012/11/22 13:00]
admin [Example]
en:public:developer:template_system:tags:expression:calc [2015/02/05 16:06] (current)
svanderclock [<#Calc>]
Line 3: Line 3:
 A parser, compiler and interpreter for mathematical expressions. It can handle normal arithmetics (includings powers wit ^) and builtin functions like sin(). A parser, compiler and interpreter for mathematical expressions. It can handle normal arithmetics (includings powers wit ^) and builtin functions like sin().
 Multiplication *, division / and modulo mod have the same precedence, and are evaluated left to right.  Multiplication *, division / and modulo mod have the same precedence, and are evaluated left to right. 
 +
 +**NOTE:** the input always use the '.' as decimalseparator. The output use the decimalseparator of the current language 
  
  
en/public/developer/template_system/tags/expression/calc.1353574835.txt.gz ยท Last modified: 2012/11/22 13:00 by admin