This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
wcheng81
/
jtBaseApp
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
master
ブランチ
タグ
master
jtBaseApp
/
node_modules
/
proj4
/
lib
/
common
/
e0fn.js
e0fn.js
87 B
パーマリンク
履歴
Raw
1
2
3
export default function(x) {
return (1 - 0.25 * x * (1 + x / 16 * (3 + 1.25 * x)));
}