From 7769ca8c46bfea27485beb292a4a6d9f80e0679c Mon Sep 17 00:00:00 2001 From: phidias Date: Wed, 2 Sep 2026 10:29:53 +0000 Subject: [PATCH] docs: update game/factorio/phi-cl/creative-tool --- game/factorio/phi-cl/creative-tool.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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)