15.8.1.js |
File Name: 15.8.1.js
ECMA Section: 15.8.1.js Value Properties of the Math Object
15.8.1.1 E
15.8.1.2 LN10
15.8.1.3 LN2
15.8.1.4 LOG2E
15.8.1.5 LOG10E
15.8.1.6 PI
15.8.1.7 SQRT1_2
15.8.1.8 SQRT2
Description: verify the values of some math constants
Author: christine@netscape.com
Date: 7 july 1997
|
2457 |
15.8.2.2.js |
File Name: 15.8.2.2.js
ECMA Section: 15.8.2.2 acos( x )
Description: return an approximation to the arc cosine of the
argument. the result is expressed in radians and
range is from +0 to +PI. special cases:
- if x is NaN, return NaN
- if x > 1, the result is NaN
- if x < -1, the result is NaN
- if x == 1, the result is +0
Author: christine@netscape.com
Date: 7 july 1997
|
2545 |
15.8.2.3.js |
File Name: 15.8.2.3.js
ECMA Section: 15.8.2.3 asin( x )
Description: return an approximation to the arc sine of the
argument. the result is expressed in radians and
range is from -PI/2 to +PI/2. special cases:
- if x is NaN, the result is NaN
- if x > 1, the result is NaN
- if x < -1, the result is NaN
- if x == +0, the result is +0
- if x == -0, the result is -0
Author: christine@netscape.com
Date: 7 july 1997
|
2652 |
15.8.2.4.js |
File Name: 15.8.2.4.js
ECMA Section: 15.8.2.4 atan( x )
Description: return an approximation to the arc tangent of the
argument. the result is expressed in radians and
range is from -PI/2 to +PI/2. special cases:
- if x is NaN, the result is NaN
- if x == +0, the result is +0
- if x == -0, the result is -0
- if x == +Infinity, the result is approximately +PI/2
- if x == -Infinity, the result is approximately -PI/2
Author: christine@netscape.com
Date: 7 july 1997
|
2619 |
15.8.2.5.js |
File Name: 15.8.2.5.js
ECMA Section: 15.8.2.5 atan2( y, x )
Description:
Author: christine@netscape.com
Date: 7 july 1997
|
4620 |
15.8.2.7.js |
File Name: 15.8.2.7.js
ECMA Section: 15.8.2.7 cos( x )
Description: return an approximation to the cosine of the
argument. argument is expressed in radians
Author: christine@netscape.com
Date: 7 july 1997
|
5098 |
15.8.2.8.js |
File Name: 15.8.2.8.js
ECMA Section: 15.8.2.8 Math.exp(x)
Description: return an approximation to the exponential function of
the argument (e raised to the power of the argument)
special cases:
- if x is NaN return NaN
- if x is 0 return 1
- if x is -0 return 1
- if x is Infinity return Infinity
- if x is -Infinity return 0
Author: christine@netscape.com
Date: 7 july 1997
|
1963 |
15.8.2.13.js |
File Name: 15.8.2.13.js
ECMA Section: 15.8.2.13 Math.pow(x, y)
Description: return an approximation to the result of x
to the power of y. there are many special cases;
refer to the spec.
Author: christine@netscape.com
Date: 9 july 1997
|
7804 |
15.8.2.16.js |
File Name: 15.8.2.16.js
ECMA Section: 15.8.2.16 sin( x )
Description: return an approximation to the sine of the
argument. argument is expressed in radians
Author: christine@netscape.com
Date: 7 july 1997
|
2020 |
15.8.2.17.js |
File Name: 15.8.2.17.js
ECMA Section: 15.8.2.17 Math.sqrt(x)
Description: return an approximation to the squareroot of the argument.
special cases:
- if x is NaN return NaN
- if x < 0 return NaN
- if x == 0 return 0
- if x == -0 return -0
- if x == Infinity return Infinity
Author: christine@netscape.com
Date: 7 july 1997
|
3356 |
15.8.2.18.js |
File Name: 15.8.2.18.js
ECMA Section: 15.8.2.18 tan( x )
Description: return an approximation to the tan of the
argument. argument is expressed in radians
special cases:
- if x is NaN result is NaN
- if x is 0 result is 0
- if x is -0 result is -0
- if x is Infinity or -Infinity result is NaN
Author: christine@netscape.com
Date: 7 july 1997
|
3035 |
20.2.2.ToNumber.js |
ECMA-262 6th Edition / Draft November 8, 2013
20.2.2 Function Properties of the Math Object
|
2335 |
acosh-approx.js |
|
11871 |
acosh-exact.js |
|
755 |
asinh-approx.js |
|
13100 |
asinh-exact.js |
|
456 |
atanh-approx.js |
|
13022 |
atanh-exact.js |
|
930 |
browser.js |
|
0 |
cbrt-approx.js |
|
404 |
cbrt-exact.js |
|
450 |
clz32.js |
|
1094 |
cosh-approx.js |
|
12213 |
cosh-exact.js |
|
441 |
exp-exact.js |
|
683 |
expm1-approx.js |
|
2470 |
expm1-exact.js |
|
446 |
expm1-monotonicity.js |
|
3652 |
f16round.js |
rounds to the nearest value;
if the number falls midway, it is rounded to the nearest value with an even least significant digit
@param {number} num
@returns {number}
|
5772 |
fround.js |
/* Tests on maximal Float32 / Double values *
/****************************************** |
2757 |
log1p-approx.js |
|
741 |
log1p-exact.js |
|
716 |
log2-approx.js |
|
243 |
log2-exact.js |
|
782 |
log10-approx.js |
|
248 |
log10-exact.js |
|
795 |
pow-approx-pow10.js |
|
1535 |
pow-approx.js |
|
41463 |
Pow.js |
b* |
3557 |
shell.js |
---
defines: [assertNear]
allow_unused: True
--- |
3041 |
sign.js |
|
884 |
sinh-approx.js |
|
13492 |
sinh-exact.js |
|
450 |
tanh-approx.js |
|
12990 |
tanh-exact.js |
|
462 |
trunc.js |
|
1494 |