Home
last modified time | relevance | path

Searched refs:two_56 (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/es6/
Dmath-hyperbolic.js192 var two_56 = Math.pow(2, -56); variable
193 assertEquals(two_56, Math.tanh(two_56));
194 assertEquals(-two_56, Math.tanh(-two_56));