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