0
0

🧑‍💻 log: use base 2 as default

This commit is contained in:
DrMaxNix 2022-05-16 19:08:52 +02:00 committed by GitHub
parent 41a665ccc2
commit 403a962f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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