Last chance! 50% off unlimited learning
Sale ends in
Determine the percent change needed to "undo" an initial percent change.
fin_percent(percent, value = 100, symbol = "$", digits = 2)Change in percent (e.g. for 10%, enter 10, not 0.1)
Principal
units (default = $)
(rounding)
new value and change required to return to baseline.
None. If an amount of $100 has 20% added, what percent do we need to drop it by to return to the original value?
Other Miscellaneous Functions:
deg2rad(),
fin_compound_interest(),
rad2deg()
# NOT RUN {
#
# Percent needed to return to original value after 10% off
fin_percent(-10)
# Percent needed to return to original value after 10% on
fin_percent(10)
# Percent needed to return to original value after 50% off 34.50
fin_percent(-50, value = 34.5)
# }
Run the code above in your browser using DataLab