为了账号安全,请及时绑定邮箱和手机立即绑定

请问大神我如果要设置绝对值和次方我要怎么样去操作。

<script type="text/javascript">

   function demo(){

       var a=3.3;

       var b=-1;

       var c=(2,3);

       var d=8.9;

  var math=Math.random();

       /*document.write(Math.floor(a)+"<br/>");

       document.write(Math.floor(b)+"<br/>");

       document.write(Math.floor(c)+"<br/>");

       document.write(Math.floor(d));

       document.write(Math.ceil(a)+"<br/>");

       document.write(Math.ceil(b)+"<br/>");

       document.write(Math.ceil(c)+"<br/>");

       document.write(Math.ceil(d));

  document.write(Math.round(a)+"<br/>");

       document.write(Math.round(b)+"<br/>");

       document.write(Math.round(c)+"<br/>");

       document.write(Math.round(d));

  alert(math*10); */

  document.write(Math.abs(b));

  document.write(Math.pow(c)); 

   }

    demo();   

    

</script>


正在回答

2 回答

Math.pow(x,y);表示x的y次方

0 回复 有任何疑惑可以回复我~
#1

qq_可以笑的话不会哭_0 提问者

非常感谢!
2015-07-06 回复 有任何疑惑可以回复我~

Math.abs是绝对值。

你这一段代码对我记忆所有的函数关系很有帮助,谢谢你~

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请问大神我如果要设置绝对值和次方我要怎么样去操作。

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信