add intval to evalmath class

This commit is contained in:
Frédéric FRANCE 2019-08-07 12:59:27 +02:00 committed by GitHub
parent 22575bb6e7
commit 9e88433706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,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');
'sqrt','abs','ln','log','intval');
/**
* Constructor