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