aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/math/_pack-ieee754.js
blob: 7e56f7f299ea5c6bd715f29513cba228b6b19438 (plain)
1
2
3
4
5
"use strict";

module.exports = function (t, a) {
	a.deep(t(1.337, 8, 23), [63, 171, 34, 209]);
};