From 8fc25a3c0f794e65a858cfeb336207b975a73c65 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 09:17:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7ebb50..94968f5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ the directory to the PATH-Environment-Variable. | | | | `CALCULATOR P ` | Takes **num1** to the power of **num2**. | | | | | `CALCULATOR R ` | Returns the **num2**th root of **num1**. | | | | | `CALCULATOR F ` | Returns **num1**'s factorial. | -| | | | `CALCULATOR I ` | Converts any number, which is *not* multiplied by *1000000* and has a decimal point to a valid input for the other commands. Both *`,`* and *`.`* as decimal seperators are supported. | +| | | | `CALCULATOR I ` | Converts any number, which is *not* multiplied by *1000000* and *has* a decimal point to a valid input for the other commands. Both *`,`* and *`.`* as decimal seperators are supported. | | CALCULATOR-CMD | v4 | *errorlevel* **result**\**10* | `CALCULATOR-CMD []` | Has the same functionality as `CALCULATOR`, but the multiplier is only *10*. | | CALCULATOR-BASIC | v4 | *stdout* **result** | `CALCULATOR-BASIC ` | Computes the operation. Only supports the 4 basic operations, and only supports whole numbers. | | CONSOLE | v3 | *none* | `CONSOLE cursorsize <0-100>` | Sets the cursor to the given size. Set to 0 to make it disappear. |