36bf7240ff87cf3bd2a2920cb553ef40a49dab7f
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = function (t, a) {
4         a(t({}), NaN, "NaN");
5         a(t(0), 0, "Zero");
6         a(t(Infinity), 1, "Infinity");
7         a(t(-Infinity), -1, "-Infinity");
8         a(t(1), 0.7615941559557649, "1");
9 };