• mexicancartel@lemmy.dbzer0.com
    ·
    edit-2
    2 days ago

    Convert percentage to fraction, i.e, 80% become 0.8 Then multiply with initial value

    If it says 80% more use initial + (initial*80) or simply initial*1.8

    Or if it says 80% less, use - in above calculation or multiply by 0.2

    I find percentages more neat when used as fractional number Edited to escape the multiplication symbol