PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
test
/
math
"use strict"; module.exports = function (t, a) { a(t(55.55, -1), 55.6); a(t(55.549, -1), 55.5); a(t(55, 1), 60); a(t(54.9, 1), 50); a(t(-55.55, -1), -55.5); a(t(-55.551, -1), -55.6); a(t(-55, 1), -50); a(t(-55.1, 1), -60); a(t(1.005, -2), 1.01); a(t(-1.005, -2), -1.0); };
[+]
expm1
[-] round-10.js
[edit]
[+]
log2
[-] _decimal-adjust.js
[edit]
[+]
..
[+]
cosh
[+]
trunc
[-] _pack-ieee754.js
[edit]
[-] _unpack-ieee754.js
[edit]
[+]
log10
[-] floor-10.js
[edit]
[+]
atanh
[+]
sign
[+]
log1p
[+]
asinh
[+]
tanh
[+]
acosh
[+]
hypot
[+]
sinh
[+]
imul
[+]
fround
[-] ceil-10.js
[edit]
[+]
cbrt
[+]
clz32