There are errors in maths expression evaluation by mathslib as used by gradebook.
'pi() * 5', or pi() followed by any over operation generates an error when trying to convert to postfix. pi is the only user defined function with no operands, seems to be an error in the interpreter here.
Also '-8*(5/2)^2' is evaluated as -18 instead of -50.
- will be (partly) resolved by
-
MDL-27149 evalmath.class used by Gradebook returns errors that are not translatable lang strings
-
- Closed
-