1<?php 2$lang['calc_description'] = 'Lil calculator. 3 Example: "calc:2+3*4=" 4 All the php math functions are allowed. 5 Example 2: "calc:round(sin(pi()/4),3)=" 6 You can display the expression before the result adding a ">" before the "=". 7 Example 3: "calc:2*M_PI*5>="'; 8$lang['calc_erreur'] = 'Calc Error: '; 9$lang['calc_valeurincorrecte'] = 'Bad value...'; 10 11$lang['calc_sepdec'] = '.'; 12$lang['calc_sepmil'] = ','; 13