Math.pow 2승 EX) Math.pow(3,2); ----> 9 Math.round 반올림 EX) Math.round(10.6) ----> 11 MAth.ceil 가까운 윗 정수로 올림 EX ) Math.ceil(10.2); ---> 11 Math.floor 가까운 아래 정수로 내림 EX) Math.floor(10.2); ----> 10 Math.sqrt(9); 제곱근 EX) Math.sqrt(9); ----> 3 Math.random 랜덤수 ( 실수포함 ) EX) Math.random( ); ----> 0.223464543