Skip to content

Incorrect evaluate with units and multiply/divide #322

@roshanponnappa

Description

@roshanponnappa

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('9km
3km')
Note: i understand multiply/divide of units are not supported, however parse should work accurately!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions