ラジアン←→度


動作ブラウザ 【 IE:3.0   NN:2.0
Internet Explorer Netscape Navigator Opera iCab Safari
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 7.0 7.x 2.x 1.x
Windows - -
Macintosh -
UNIX - - - - - -

ポイント d = r * 180 / Math.PI; r = d * Math.PI / 180;
説  明 ラジアンから度に変換するには「ラジアン*180/π」、度からラジアンに変換するは「度*π/180」となります。
サンプル <html> <head> <title>ラジアン←→度</title> <script Language="JavaScript"><!-- function toDo() { r = eval(document.myFORM.rad.value); d = r * 180 / Math.PI; document.myFORM.kakudo.value = d; } function toRad() { d = eval(document.myFORM.kakudo.value); r = d * Math.PI / 180; document.myFORM.rad.value = r; } // --></script> </head> <body> <form name="myFORM"> ラジアン:<input type="text" name="rad"><br>    度:<input type="text" name="kakudo"><br> <input type="button" onClick="toDo()" value="度に変換"><br> <input type="button" onClick="toRad()" value="ラジアンに変換"><br> </form> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA