justinfagnani/jexpr

Exponential number notation is not supported

Opened this issue · 0 comments

dy commented

During comparison against subscript I stumbled that scientific number notation is not supported:

let exp = parse('1e2', astFactory)
exp.evaluate() // 1, not 100