From 242c3b75cffbffae114dd4a2b7dc453399cfa428 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Mon, 29 Mar 2021 20:19:25 -0400 Subject: 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 --- julia-c/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'julia-c') 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 -- cgit v1.2.3