You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
478 B
YAML
50 lines
478 B
YAML
javascriptGlobal:
|
|
- Math
|
|
|
|
javascriptMathStaticProp:
|
|
- E
|
|
- LN10
|
|
- LN2
|
|
- LOG10E
|
|
- LOG2E
|
|
- PI
|
|
- SQRT1_2
|
|
- SQRT2
|
|
|
|
javascriptMathStaticMethod:
|
|
- abs
|
|
- acos
|
|
- acosh
|
|
- asin
|
|
- asinh
|
|
- atan
|
|
- atan2
|
|
- atanh
|
|
- cbrt
|
|
- ceil
|
|
- clz32
|
|
- cos
|
|
- cosh
|
|
- exp
|
|
- expm1
|
|
- floor
|
|
- fround
|
|
- hypot
|
|
- imul
|
|
- log
|
|
- log10
|
|
- log1p
|
|
- log2
|
|
- max
|
|
- min
|
|
- pow
|
|
- random
|
|
- round
|
|
- sign
|
|
- sin
|
|
- sinh
|
|
- sqrt
|
|
- tan
|
|
- tanh
|
|
- trunc
|