Skip to content

Commit

Permalink
Update test/built-ins/Math/pow/applying-the-exp-operator_A1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger authored Jul 15, 2024
1 parent d6a1343 commit 55cbd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/built-ins/Math/pow/applying-the-exp-operator_A1.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ base[5] = 0.000000000000001;
base[6] = 1.7976931348623157E308; //largest finite number
base[7] = +Infinity;
base[8] = NaN;
base[9] = 1; // In some implementations, the `pow` function might incorrectly return 1, deviating from the ECMA specification.
base[9] = 1;
var basenum = 10;

for (var i = 0; i < basenum; i++) {
Expand Down

0 comments on commit 55cbd2c

Please sign in to comment.