This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
sv1313
/
TestQA
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
6f123ff03e
Grenar
Taggar
master
TestQA
/
node_modules
/
es5-ext
/
math
/
fround
/
index.js
index.js
99 B
Historik
Rå
1
2
3
4
5
"use strict";
module.exports = require("./is-implemented")()
? Math.fround
: require("./shim");