This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
follow-up
/
follow_applet
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
00b9898fc9
Branches
Tags
master
follow_applet
/
node_modules
/
es5-ext
/
math
/
log10
/
index.js
index.js
96 B
Verlauf
Originalformat
1
2
3
"use strict";
module.exports = require("./is-implemented")() ? Math.log10 : require("./shim");