top | item 14627119

(no title)

Mateon1 | 8 years ago

See how GNU units resolves this:

  1/10 m -> 0.1 / m
  1|10 m -> 0.1 m
  27 ^ 2/3 -> 243
  27 ^ 2|3 -> 9
You get the gist of it - a division operator with insane precedence.

discuss

order

sharkdp|8 years ago

Ha! That's a really neat idea. Thank you for sharing this. I'll consider adding it.