Source code
Revision control
Copy as Markdown
Other Tools
var f = function (x) {
return Math.tan(Math.fround(Math.log(Math.fround(Math.exp(x)))));
}
assertEq(f(1), f(1));
var f = function (x) {
return Math.tan(Math.fround(Math.log(Math.fround(Math.exp(x)))));
}
assertEq(f(1), f(1));