From a51de0450112969d80afabc44ec4acab2b5e92a0 Mon Sep 17 00:00:00 2001 From: PesBandi <127593627+PesBandi@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:03:44 +0100 Subject: [PATCH] Update run.md --- hub/powertoys/run.md | 1 - 1 file changed, 1 deletion(-) diff --git a/hub/powertoys/run.md b/hub/powertoys/run.md index e544c949df..ec75adef66 100644 --- a/hub/powertoys/run.md +++ b/hub/powertoys/run.md @@ -169,7 +169,6 @@ If the program plugin's option **Include in global result** is not selected, inc > [!IMPORTANT] > Please be aware of the different decimal and thousand delimiters supported by different locals. > The Calculator plugin respects the number format settings of your system. If you prefer the English (United States) number format, change the behavior for the query input and the result output in the [plugin manager](#plugin-manager). -> If your system's number format uses the comma (`,`) as the decimal delimiter, you have to include a space between the number(s) and comma(s) on operations with multiple parameters. The input has to look like this: `min( 1,2 , 3 , 5,7)` or `min( 1.2 , 3 , 5.7)`. > [!TIP] > The Calculator plugin can handle some implied multiplications like `2(3+4)` and `(1+2)(3+4)` by inserting the multiplication operator where appropriate.