This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
karmen
/
core
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
ad5c5c1151
Ramos
Etiquetas
master
core
/
node_modules
/
es5-ext
/
test
/
math
/
_pack-ieee754.js
_pack-ieee754.js
99 B
Histórico
Em bruto
1
2
3
4
5
"use strict";
module.exports = function (t, a) {
a.deep(t(1.337, 8, 23), [63, 171, 34, 209]);
};