暂无 |

Math.atan2 方法实例

该例子取得不同点的角度:

<script language="JavaScript">

document.write( Math.atan2(1.5,1.5) + "<br />" );
document.write( Math.atan2(-1.5,-1.5) + "<br />" );
document.write( Math.atan2(5,10) + "<br />" );
document.write( Math.atan2(0,5) );

</script>

运行该例子,输出:

0.7853981633974483
-2.356194490192345
0.4636476090008061 
0
java教程
php教程
php+mysql教程
ThinkPHP教程
MySQL
C语言
css
javascript
Django教程

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论