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.
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.
I might be missing some obvious issue with this, but it would be nice to have.