JAVA、PHP、前端、APP、网站开发 - 开发技术学习

开发技术学习 » 前端设计 » javascript的绝对值函数是那一个

javascript的绝对值函数是那一个

此文被围观3030 日期: 2011-06-19 分类 : 前端设计  标签:  ··

javascript的绝对值函数 : Math.abs(-1);//1   abs   Method See   Also Math   Object   Methods Applies   To:   Math   Object Requirements Version   1 Returns   the   absolute   value   of   a   number. Math.abs(number) The   required   number   argument   is   a   numeric   expression   for   which   the   absolute   value   is   needed. Remarks The   return   value   is   the   absolute   value   of   the   number   argument. Example The   following   example   illustrates   the   use   of   the   abs   method. function   ComparePosNegVal(n) { var   s; var   v1   =   Math.abs(n); var   v2   =   Math.abs(-n); if   (v1   ==   v2) s   =    "The   absolute   values   of    "   +   n   +    "   and    " s   +=   -n   +    "   are   identical. "; return(s); }

站点声明:部分内容源自互联网,为传播信息之用,如有侵权,请联系我们删除。

© Copyright 2011-2024 www.kfju.com. All Rights Reserved.
超级字帖 版权所有。 蜀ICP备12031064号      川公网安备51162302000234