You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#37 described automatically simplifying units when an entire dimension could be canceled out. I would like to request that this become a little more clever. For example:
Input: 1200 W / 120 V
Expected output: 10 A
Actual output: 10 W/V
If I write 1200 V A / 120 V I get the expected result, so intuitively what I want is for insect to "realize" that watts are volt-amps and then cancel out the volts. I realize it may not be exactly that simple, but that's the idea.
I'm aware that I can write 1200 W / 120 V → A, but that requires me to think about unit conversion upfront. ;-)
#37 described automatically simplifying units when an entire dimension could be canceled out. I would like to request that this become a little more clever. For example:
Input:
1200 W / 120 V
Expected output:
10 A
Actual output:
10 W/V
If I write
1200 V A / 120 V
I get the expected result, so intuitively what I want is for insect to "realize" that watts are volt-amps and then cancel out the volts. I realize it may not be exactly that simple, but that's the idea.I'm aware that I can write
1200 W / 120 V → A
, but that requires me to think about unit conversion upfront. ;-)This may be related to sharkdp/purescript-quantities#27.
The text was updated successfully, but these errors were encountered: