Skip to content

Multiplication order #360

@lorenzo-gi

Description

@lorenzo-gi

Hi,
First of all, great program!
I am not sure if this is intended, but to me the order in which prefixes (n,u,m,k,M,etc) are evaluated is not intuitive.
For instance on 1.5.7:

> 1k/1M

1000000000
# wrong value, I suppose it is doing (1E3/1)E6 instead of 1E3/1E6


# i would expect this as the right answer, but using the parenthesis is annoying
>1k/(1M)

0.001

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