blob: bf44b94d7241b0a1af05c640875929d043d19f0e [file] [log] [blame]
var f = function (x) {
return Math.tan(Math.fround(Math.log(Math.fround(Math.exp(x)))));
}
assertEq(f(1), f(1));