DEBSOURCES
Skip Quicknav
sources / node-stdlib / 0.0.96%2Bds1%2B~cs0.0.429-2 / stdlib-utils / timeit / examples / code.txt
123456789
x = randu()*100.0 - 50.0; y = randu()*100.0 - 50.0; h = hypot( x, y ); if ( h !== h || h < 0.0 || h > 100.0 ) { throw new Error( 'Something went wrong!' ); }