js 이미 알 고 있 는 정절 치 각도





    
    js        



    JS   tan  ,        
    
tan x = y; y , x? function getTanDeg(tan) { var result = Math.atan(tan) / (Math.PI / 180); result = Math.round(result); return result; } var result = getTanDeg(1); console.log(result); // 45

좋은 웹페이지 즐겨찾기