Skip to content

Simple unit flipping? #380

@ThePython10110

Description

@ThePython10110

I'm not really sure what the proper terminology would be, but it seems logical that Fend would be able to convert between (for example) meters per second and seconds per meter, simply by inverting the input.

> 14m/s to s/m
Error: cannot convert from m / s to s / m: units 'meter / second' and 'second / meter' are incompatible
> 1/(14m/s)
approx. 0.0714285714 s / m

I might be missing some obvious issue with this, but it would be nice to have.

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