금융 계산기

부동산 중개 수수료 계산기

거래 금액 (원): 중개 수수료율 (%): 계산하기 거래 금액 (원) 중개 수수료율 (%) 계산된 중개 수수료 (원) document.getElementById('commission-form').addEventLis...
금융 계산기

복리 계산기

원금: 이자율 (%): 투자 기간 (년): 계산하기 기간 (년) 미래 가치 (₩) document.getElementById('compound-form').addEventListener('submit', functi...
금융 계산기

무 주식 계산기

계산하기 구매 가격 판매 가격 구매 수량 총 비용 총 수익 순 이득 이득 비율 (%) document.getElementById('calculator-form').addEventListener('submit', fu...
금융 계산기

로또 세금 계산기

당첨금액(원): 복권비(원): 계산하기 구분 금액(원) 세전 당첨금 공제 세금 실수령액 document.getElementById('lottoForm').addEventListener('submit', functio...
생일 계산기

띠 계산기

출생년도 입력: 계산하기 출생년도 띠 document.getElementById('calculateBtn').addEventListener('click', function() { const birthYear = pa...
수치 계산기

등수 계산기

당신의 원점수: 과목 평균: 표준 편차: 총 학생 수: 계산하기 항목 값 당신의 점수 표준 점수 백분위 등수 예상 등수 document.getElementById('rankCalculator').addEventLis...
수학 계산기

나머지 계산기

계산하기 피제수 제수 몫 나머지 document.getElementById('remainderForm').addEventListener('submit', function(event) { event.preventDef...
연금 계산기

국민 연금 계산기

현재 나이: 연 소득 (만원): 가입 기간 (년): 항목 값 예상 연금액 총 납입 금액 document.getElementById("pensionForm").addEventListener("submit", funct...
금융 계산기

공급 가액 계산기

계산하기 합계금액 공급가액 부가세 function calculate() { const totalAmount = parseFloat(document.getElementById('totalAmount').value); ...
수치 계산기

결정력 계산기

계산하기 포켓몬 이름 결정력 상세 설명 document.getElementById('calc-form').addEventListener('submit', function(event) { event.preventDef...