This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
follow-up
/
follow_applet
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
c68092f4a6
Branches
Tags
master
follow_applet
/
node_modules
/
es5-ext
/
math
/
cbrt
/
index.js
index.js
95 B
Historique
Raw
1
2
3
"use strict";
module.exports = require("./is-implemented")() ? Math.cbrt : require("./shim");