The document of function isNumeric does not correct as below point:
math.isNumeric('2') // returns true
It always return false if parameter is 'string' type.
It seems mistake as below: https://github.com/josdejong/mathjs/blame/develop/src/function/utils/isNumeric.js#L20
The document of function isNumeric does not correct as below point:
It always return false if parameter is 'string' type.
It seems mistake as below: https://github.com/josdejong/mathjs/blame/develop/src/function/utils/isNumeric.js#L20