From 403a962f64739405363335160040d5329bc3f4ce Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Mon, 16 May 2022 19:08:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20log:=20use?= =?UTF-8?q?=20base=202=20as=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ideas-1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ideas-1.sh b/ideas-1.sh index 6f90e84..3cb01b1 100644 --- a/ideas-1.sh +++ b/ideas-1.sh @@ -76,7 +76,7 @@ pow $1 $2 ... # root of $1 (power = $2; if not given: square-root) => $1 root $1 $2 -# log of $1 (base = $2; if not given: base = 10) => $1 +# log of $1 (base = $2; if not given: base = 2) => $1 log $1 $2 # round to the nearest integer (.000 - .499 => round down; .500 - 0.999 => round up) => $1