We can maybe present it like: Upvotes 5 (10) Downvotes 0 (5)
How to calculate:
- go to Insights get upvote ratio for example 67%
- X is amount of Upvotes, Y amount of downvotes - > X - Y = 5 if we have a summary of +5 karma
- Second eq is: X / (X + Y) = 0.67
Solution is: X=9.85, Y=4.85, which is 10 and 5, since reddit rounds the 0.6666 to 0.67.
to test you can check that 10/ 10 + 5 = 0.666666 -> 0.67 so everything make sense.
Can you please implement that ?
I don't know why these idiots don't present it on UI.
We can maybe present it like: Upvotes 5 (10) Downvotes 0 (5)
How to calculate:
Solution is: X=9.85, Y=4.85, which is 10 and 5, since reddit rounds the 0.6666 to 0.67.
to test you can check that 10/ 10 + 5 = 0.666666 -> 0.67 so everything make sense.
Can you please implement that ?
I don't know why these idiots don't present it on UI.