calc:[your_math_expression]= → resultcalc:[your_math_expression]>= → your_math_expression = resultcalc:2+3*5= → 17calc:-1234.56*78.9= → -9,629.568calc:sin(pi()/4)= → 0.707106781187calc:round(exp(1),3)= → 2.718calc:(1+sqrt(5))/2= → 1.61803398875calc:2+3*5>= → 2+3*5 = 17calc:5/0= → “Calc error: Division by zero”calc:sqrt(-1)= → “Bad value…”calc:unauthorized_function(12)= → “Calc error: syntax error, unexpected ';'”calc:1234567890= → 1,234,567,890.I dreamed about it, and you made it. Thank you so much ! fab
You're welcome
I get an error: Parse error: syntax error, unexpected '{' in /dokuwiki/lib/plugins/calc/syntax.php on line 118
Works like a charm. Thank you so much. Henning