id => esid

This commit is contained in:
Rick Waldron 2016-02-22 14:46:39 -05:00
parent 2a112a3190
commit 2a962f74be
63 changed files with 63 additions and 63 deletions

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If exponent is NaN, the result is NaN. description: If exponent is NaN, the result is NaN.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If abs(base) < 1 and exponent is , the result is +. description: If abs(base) < 1 and exponent is , the result is +.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is + and exponent > 0, the result is +. description: If base is + and exponent > 0, the result is +.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is + and exponent < 0, the result is +0. description: If base is + and exponent < 0, the result is +0.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is and exponent > 0 and exponent is an odd integer, the result is . description: If base is and exponent > 0 and exponent is an odd integer, the result is .
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is and exponent > 0 and exponent is not an odd integer, the result is +. description: If base is and exponent > 0 and exponent is not an odd integer, the result is +.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is and exponent < 0 and exponent is an odd integer, the result is 0. description: If base is and exponent < 0 and exponent is an odd integer, the result is 0.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is and exponent < 0 and exponent is not an odd integer, the result is +0. description: If base is and exponent < 0 and exponent is not an odd integer, the result is +0.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is +0 and exponent > 0, the result is +0. description: If base is +0 and exponent > 0, the result is +0.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is +0 and exponent < 0, the result is +. description: If base is +0 and exponent < 0, the result is +.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is 0 and exponent > 0 and exponent is an odd integer, the result is 0. description: If base is 0 and exponent > 0 and exponent is an odd integer, the result is 0.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If exponent is +0, the result is 1, even if base is NaN. description: If exponent is +0, the result is 1, even if base is NaN.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is 0 and exponent > 0 and exponent is not an odd integer, the result is +0. description: If base is 0 and exponent > 0 and exponent is not an odd integer, the result is +0.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is 0 and exponent < 0 and exponent is an odd integer, the result is . description: If base is 0 and exponent < 0 and exponent is an odd integer, the result is .
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is 0 and exponent < 0 and exponent is not an odd integer, the result is +. description: If base is 0 and exponent < 0 and exponent is not an odd integer, the result is +.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base < 0 and base is finite and exponent is finite and exponent is not an integer, the result is NaN. description: If base < 0 and base is finite and exponent is finite and exponent is not an integer, the result is NaN.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: > description: >
Checking if Math.pow(argument1, argument2) is approbaseimatelexponent equals Checking if Math.pow(argument1, argument2) is approbaseimatelexponent equals
to its mathematical value on the set of 64 argument1 values and 64 to its mathematical value on the set of 64 argument1 values and 64

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If exponent is 0, the result is 1, even if base is NaN. description: If exponent is 0, the result is 1, even if base is NaN.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If base is NaN and exponent is nonzero, the result is NaN. description: If base is NaN and exponent is nonzero, the result is NaN.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If abs(base) > 1 and exponent is +, the result is +. description: If abs(base) > 1 and exponent is +, the result is +.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If abs(base) > 1 and exponent is , the result is +0. description: If abs(base) > 1 and exponent is , the result is +0.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If abs(base) is 1 and exponent is +, the result is NaN. description: If abs(base) is 1 and exponent is +, the result is NaN.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If abs(base) is 1 and exponent is , the result is NaN. description: If abs(base) is 1 and exponent is , the result is NaN.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
description: If abs(base) < 1 and exponent is +, the result is +0. description: If abs(base) < 1 and exponent is +, the result is +0.
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-math.pow esid: sec-math.pow
description: > description: >
Math.pow.length is 2. Math.pow.length is 2.

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-math.pow esid: sec-math.pow
description: > description: >
Math.pow ( base, exponent ) Math.pow ( base, exponent )

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-math.pow esid: sec-math.pow
description: > description: >
Math.pow.name is "pow". Math.pow.name is "pow".

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If exponent is NaN, the result is NaN. description: If exponent is NaN, the result is NaN.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If abs(base) < 1 and exponent is , the result is +. description: If abs(base) < 1 and exponent is , the result is +.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is + and exponent > 0, the result is +. description: If base is + and exponent > 0, the result is +.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is + and exponent < 0, the result is +0. description: If base is + and exponent < 0, the result is +0.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is and exponent > 0 and exponent is an odd integer, the result is . description: If base is and exponent > 0 and exponent is an odd integer, the result is .
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is and exponent > 0 and exponent is not an odd integer, the result is +. description: If base is and exponent > 0 and exponent is not an odd integer, the result is +.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is and exponent < 0 and exponent is an odd integer, the result is 0. description: If base is and exponent < 0 and exponent is an odd integer, the result is 0.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is and exponent < 0 and exponent is not an odd integer, the result is +0. description: If base is and exponent < 0 and exponent is not an odd integer, the result is +0.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is +0 and exponent > 0, the result is +0. description: If base is +0 and exponent > 0, the result is +0.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is +0 and exponent < 0, the result is +. description: If base is +0 and exponent < 0, the result is +.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is 0 and exponent > 0 and exponent is an odd integer, the result is 0. description: If base is 0 and exponent > 0 and exponent is an odd integer, the result is 0.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: > description: >
If exponent is +0, the result is 1, even if base is NaN. If exponent is +0, the result is 1, even if base is NaN.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is 0 and exponent > 0 and exponent is not an odd integer, the result is +0. description: If base is 0 and exponent > 0 and exponent is not an odd integer, the result is +0.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is 0 and exponent < 0 and exponent is an odd integer, the result is . description: If base is 0 and exponent < 0 and exponent is an odd integer, the result is .
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is 0 and exponent < 0 and exponent is not an odd integer, the result is +. description: If base is 0 and exponent < 0 and exponent is not an odd integer, the result is +.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base < 0 and base is finite and exponent is finite and exponent is not an integer, the result is NaN. description: If base < 0 and base is finite and exponent is finite and exponent is not an integer, the result is NaN.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: > description: >
Checking if Math.pow(argument1, argument2) is approximately equals Checking if Math.pow(argument1, argument2) is approximately equals
to its mathematical value on the set of 64 argument1 values and 64 to its mathematical value on the set of 64 argument1 values and 64

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: > description: >
If exponent is 0, the result is 1, even if base is NaN. If exponent is 0, the result is 1, even if base is NaN.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If base is NaN and exponent is nonzero, the result is NaN. description: If base is NaN and exponent is nonzero, the result is NaN.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If abs(base) > 1 and exponent is +, the result is +. description: If abs(base) > 1 and exponent is +, the result is +.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If abs(base) > 1 and exponent is , the result is +0. description: If abs(base) > 1 and exponent is , the result is +0.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If abs(base) is 1 and exponent is +, the result is NaN. description: If abs(base) is 1 and exponent is +, the result is NaN.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If abs(base) is 1 and exponent is , the result is NaN. description: If abs(base) is 1 and exponent is , the result is NaN.
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-applying-the-exp-operator esid: sec-applying-the-exp-operator
description: If abs(base) < 1 and exponent is +, the result is +0. description: If abs(base) < 1 and exponent is +, the result is +0.
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-assignment-operators-runtime-semantics-evaluation esid: sec-assignment-operators-runtime-semantics-evaluation
description: > description: >
AssignmentExpression: AssignmentExpression:
LeftHandSideExpression AssignmentOperator AssignmentExpression LeftHandSideExpression AssignmentOperator AssignmentExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron, André Bargull author: Rick Waldron, André Bargull
id: sec-exp-operator-runtime-semantics-evaluation esid: sec-exp-operator-runtime-semantics-evaluation
description: > description: >
ExponentiationExpression: ExponentiationExpression:
UpdateExpression ** ExponentiationExpression UpdateExpression ** ExponentiationExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-unary-operators esid: sec-unary-operators
description: > description: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-update-expressions esid: sec-update-expressions
description: > description: >
ExponentiationExpression : ExponentiationExpression :
... ...

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-unary-operators esid: sec-unary-operators
description: > description: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-unary-operators esid: sec-unary-operators
description: > description: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-unary-operators esid: sec-unary-operators
description: > description: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-unary-operators esid: sec-unary-operators
description: > description: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-unary-operators esid: sec-unary-operators
description: > description: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-unary-operators esid: sec-unary-operators
description: > description: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-unary-operators esid: sec-unary-operators
description: > description: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression

View File

@ -3,7 +3,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
id: sec-exp-operator esid: sec-exp-operator
description: > description: >
Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent) Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent)
---*/ ---*/