javascript Mathオブジェクト方法

480 ワード

abs(x)	       。
acos(x)	        。
asin(x)	        。
atan(x)	    -PI/2   PI/2            x      。
atan2(y,x)	    x     (x,y)    (   -PI/2   PI/2     )。
ceil(x)	       。
cos(x)	      。
exp(x)	   e    。
floor(x)	       。
log(x)	        (  e)。
max(x,y)	   x   y      。
min(x,y)	   x   y      。
pow(x,y)	   x   y   。
random()	   0 ~ 1       。
round(x)	             。
sin(x)	      。
sqrt(x)	       。
tan(x)	      。
toSource()	         。
valueOf()	   Math       。