Name Description Size
abs
acos
acosh
asin
asinh
atan
atan2
atanh
browser.js 0
cbrt
ceil
clz32
cos
cosh
E
exp
expm1
f16round
floor
fround
hypot
imul
LN2
LN10
log
log1p
log2
LOG2E
log10
LOG10E
max
min
PI
pow
prop-desc.js --- esid: sec-math-object description: > Property descriptor of Math info: | The Math Object ... The Math object does not have a [[Construct]] internal method; it is not possible to use the Math object as a constructor with the new operator. The Math object does not have a [[Call]] internal method; it is not possible to invoke the Math object as a function. 17 ECMAScript Standard Built-in Objects: Every other data property described in clauses 18 through 26 and in Annex B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified. includes: [propertyHelper.js] --- 1104
proto.js --- esid: sec-math-object description: > The prototype of Math is Object.prototype info: | The Math Object The value of the [[Prototype]] internal slot of the Math object is the intrinsic object %ObjectPrototype%. --- 478
random
round
shell.js 0
sign
sin
sinh
sqrt
SQRT1_2
SQRT2
Symbol.toStringTag.js --- es6id: 20.2.1.9 description: > `Symbol.toStringTag` property descriptor info: | The initial value of the @@toStringTag property is the String value "Math". This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [Symbol.toStringTag] --- 707
tan
tanh
trunc