Home
last modified time | relevance | path

Searched refs:testToExponentialP (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/number/
H A Dnumber.js68 function testToExponentialP(a, b) { function
88 testToExponentialP((1), (1));
89 testToExponentialP((11), (1));
90 testToExponentialP((1), (2));
91 testToExponentialP((112), (2));
92 testToExponentialP((11), (3));
93 testToExponentialP((0.1), (1));
94 testToExponentialP((0.11), (1));
95 testToExponentialP((0.112), (1));
96 testToExponentialP((0.11
[all...]

Completed in 1 milliseconds