Commit Graph

13 Commits

Author SHA1 Message Date
Lucas 9c4e5f2f88 [julia] add RITNUM to make code slightly more legible 2020-03-09 00:03:26 +00:00
Lucas fc9617b2b1 [julia] fix result cache size
Commit dbd7618c9f removed the +1 from
width and height, resulting in out-of-bounds access in last row if -L is
used. Additionaly, the +1 only worked if -h or -w were used.

Fix all that tracking the width and hegith of result cache individually.
2020-03-09 00:02:56 +00:00
Lucas 2b9b56737a Parametrize iteration count for Newton's method 2020-03-08 22:33:18 +00:00
Lucas a6265017d1 Add gitignore 2020-03-08 21:42:26 +00:00
Lucas f35869c314 [julia] always set rit 2020-03-08 21:37:10 +00:00
Lucas 0168fa87e2 [julia] remove unused function fast_iterate 2020-03-08 21:35:38 +00:00
Lucas 0f2c695260 Fix signedness warnings 2020-03-08 21:34:51 +00:00
Lucas 85a442f8c3 Remove unused variables 2020-03-08 21:31:02 +00:00
Lucas dbd7618c9f Use utility functions 2020-03-08 21:24:10 +00:00
Lucas b13f35e0e6 Bring some more utility functions 2020-03-08 20:03:37 +00:00
Lucas 6627e3f08e [julia] add option for color displacement 2020-03-08 02:15:16 +00:00
Lucas 5c74874352 Partially fix compilation for glibc under Linux
Probably won't work for musl and now -- is needed to separate options.
2020-03-08 02:03:58 +00:00
Lucas 4304edc0f0 Initial import 2020-03-07 22:32:57 +00:00