This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
kevin
/
anissah
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
d7f01bbb0b
ブランチ
タグ
master
anissah
/
user
/
themes
/
anissabensalah
/
node_modules
/
es5-ext
/
math
/
log1p
/
index.js
index.js
98 B
履歴
Raw
1
2
3
4
5
"use strict";
module.exports = require("./is-implemented")()
? Math.log1p
: require("./shim");