国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

?? ?? ??

??? ??

??? ?? ??? ???? ????? ???? ?? ????.

E : ?? e? ?????. (2.718281828...).

LN2 : 2? ????(ln 2)? ?????.

LN10 : 10? ????(ln 10)? ?????.

LOG2E : ?? ?? 2? ?? e? ??(log2e)? ?????.

LOG10E : 10? ????? ?? e? ??? ?????(log10e).

PI : π(3.1415926535...)? ?????.

SQRT1_2 : 1/2? ???? ?????.

SQRT2 : 2? ???? ?????.

?? ??

??? ?? ??? ???? ????? ???? ? ?? ?? ?????.

abs(x) : x? ???? ?????.

round(x) : x? ???? ?? ?????.

sqrt(x) : x? ???? ?????.

ceil(x) : x?? ??? ?? ?? ?? ??? ?????.

floor(x) : x?? ??? ?? ?? ? ??? ?????.

sin(x) : x? ??? ?????.

cos(x) : x? ???? ?????.

tan(x) : x? ???? ?????.

acos(x) : x? ????? ?????(???? x? ??? ????). ????? ?????.

asin(x) : x? ????? ?????.

atan(x) : x? ?????? ?????.

exp(x) : e? x?(e^x)? ?????.

pow(n, m) : n? m?(nm)? ?????.

log(x) : x(ln x)? ?? ??? ?????.

max(a, b): a? b ? ? ? ??? ?????.

min(a, b): a? b ???? ? ?? ??? ?????.

random() : 0?? ?? 1?? ?? ??? ?????.

Math ??? ?? ????? ??? ??? ????. Math? ??? ?? ???? ?? ??? ?? ??? ???? ??? ? ????. ??? Date ? String ???? ??????.

???? ??
||
<script type="text/javascript"> var mypi=Math.PI; var myabs=Math.abs(-15); document.write(mypi); document.write(myabs); </script>