math.eval('9km3km') gives an incorrect parse
well basically
math.eval('9km+3km') works in this way
9(constant)km(operator)+(op,fn)3(constant)(operator)
However, things go wrong for math.eval('9km3km')
Note: i understand multiply/divide of units are not supported, however parse should work accurately!
math.eval('9km3km') gives an incorrect parse
well basically
math.eval('9km+3km') works in this way
9(constant)km(operator)+(op,fn)3(constant)(operator)
However, things go wrong for math.eval('9km3km')
Note: i understand multiply/divide of units are not supported, however parse should work accurately!