diff --git a/game/factorio/phi-cl/creative-tool.html b/game/factorio/phi-cl/creative-tool.html index a21b1313..ddbebc8a 100644 --- a/game/factorio/phi-cl/creative-tool.html +++ b/game/factorio/phi-cl/creative-tool.html @@ -2,7 +2,7 @@ title: 創意測試工具 (Creative Tool) description: published: true -date: 2026-09-02T10:28:46.896Z +date: 2026-09-02T10:29:52.664Z tags: editor: ckeditor dateCreated: 2025-12-26T05:51:00.918Z @@ -197,6 +197,10 @@ dateCreated: 2025-12-26T05:51:00.918Z 絕對值
Absolute Value abs(x) + + 角度
Degree + deg(x)
rad(x) + 指數函數
Exponential Function exp(x) @@ -205,6 +209,10 @@ dateCreated: 2025-12-26T05:51:00.918Z 對數
Log ln(x)
log(x, b) + + 平方根
Square Root + sqrt(x) + 三角函數
Trigonometry Function sin(x) cos(x) tan(x)
asin(x) acos(x) atan(x)