본문 바로가기

Programming

증가율, 감소율 100분율 계산법

A대비 증가율(%)

A(작음) -> B(큼)


(B-A)/A*100


A대비 감소율(%)

A(큼) -> B(작음)


(A-B)/A*100


검산

http://mwultong.blogspot.com/2007/12/percent-increase-decrease-calculator.html


'Programming' 카테고리의 다른 글

PlantUML PC 설치버전 - PlantUML QEditor  (2) 2020.07.28
Embedded system의 약어(abbreviation) 정리  (0) 2020.07.23
읽어볼 꺼리  (0) 2014.05.30
또다른 programmer 계산기 - pCalc  (0) 2010.11.25
svn 명령어 모음  (0) 2009.03.20