MDL-29173 grade: altered the definiton of round() and added some more unit tests

This commit is contained in:
Andrew Davis
2012-05-29 16:31:36 +07:00
parent 14fdcb4f13
commit db5e62d250
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class EvalMath {
'sin','sinh','arcsin','asin','arcsinh','asinh',
'cos','cosh','arccos','acos','arccosh','acosh',
'tan','tanh','arctan','atan','arctanh','atanh',
'sqrt','abs','ln','log','exp','floor','ceil','round');
'sqrt','abs','ln','log','exp','floor','ceil');
var $fc = array( // calc functions emulation
'average'=>array(-1), 'max'=>array(-1), 'min'=>array(-1),