From efe9608b50c3ecd7d71f0930cb1b7cefc452ae09 Mon Sep 17 00:00:00 2001 From: phidias Date: Wed, 2 Sep 2026 10:31:42 +0000 Subject: [PATCH] docs: update game/factorio/phi-cl/creative-tool --- game/factorio/phi-cl/creative-tool.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/game/factorio/phi-cl/creative-tool.html b/game/factorio/phi-cl/creative-tool.html index ddbebc8a..f04ff8f1 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:29:52.664Z +date: 2026-09-02T10:31:42.256Z tags: editor: ckeditor dateCreated: 2025-12-26T05:51:00.918Z @@ -209,6 +209,10 @@ dateCreated: 2025-12-26T05:51:00.918Z 對數
Log ln(x)
log(x, b) + + 湊整
Rounding + floor(x) ceil(x)
round(x) trunc(x) sign(x) + 平方根
Square Root sqrt(x) @@ -217,14 +221,6 @@ dateCreated: 2025-12-26T05:51:00.918Z 三角函數
Trigonometry Function sin(x) cos(x) tan(x)
asin(x) acos(x) atan(x) - - 平方根
Square Root - sqrt(x) - - - 平方根
Square Root - sqrt(x) -