반응형
var BMI = (weight / (height * height)).toFixed(2);
alert(BMI);
toFixed() 함수로 원하는 자리까지 출력 가능.
반응형
'HealRo Project' 카테고리의 다른 글
SpringBoot com.mysql.cj.jdbc.exceptions.CommunicationsException (0) | 2020.02.20 |
---|---|
HTML youtube 자동 재생 (0) | 2020.02.18 |
Eclipse Pydev Import (0) | 2020.02.02 |
CSV file mysql 테이블에 넣기 (0) | 2020.01.28 |
Classifier 모델 Accuracy 성능 분석 (0) | 2020.01.28 |