aboutsummaryrefslogtreecommitdiffstats
path: root/julia-c/README.md
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2021-03-29 20:19:25 -0400
committermjfernez <mjfernez@gmail.com>2021-03-29 20:19:25 -0400
commit242c3b75cffbffae114dd4a2b7dc453399cfa428 (patch)
tree9110b317ee65c688916628a5831dd430e27a7e56 /julia-c/README.md
parentb45b3948e5082a1b20419286a5059bd93834d167 (diff)
downloadscripts-n-tools-242c3b75cffbffae114dd4a2b7dc453399cfa428.tar.gz
Fhash clean up and unit tests
Added saner unit testing in the tests folder, which can be added to by expanding the data in the tests/hashes.json file. Also removed some redundant comments and inconsistencies
Diffstat (limited to 'julia-c/README.md')
-rw-r--r--julia-c/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/julia-c/README.md b/julia-c/README.md
index d990b21..d40a683 100644
--- a/julia-c/README.md
+++ b/julia-c/README.md
@@ -39,7 +39,7 @@ simplifications and subtractions. Supported arguments are:
All functions can optionally be appended with a number (up to and including 9999)
to raise them to a power, with '^'. As an example: `pow^3`, is "z^3. Decimal powers are
-also usable, such as `cos^.5` as long as it's less than 4 digits. You can optionally
+also usable, such as `cos^.5` as long as it's less than 4 characters. You can optionally
just pass any string to get the default z^2 Julia Sets for example, `./julia nil ...`
The executable was compiled on Debian sid so it won't work on Windows, or certain other