LegalizeAdulthood / iterated-dynamics

Iterated Dynamics is an open source fractal generator with support for many fractal types.
https://legalizeadulthood.github.io/iterated-dynamics/
GNU General Public License v3.0
25 stars 9 forks source link

Drop integer math code paths #137

Open LegalizeAdulthood opened 1 month ago

LegalizeAdulthood commented 1 month ago

Drop the integer math code paths and ignore the value of the float parameter.

LegalizeAdulthood commented 2 weeks ago

Drop the bignum (arbitrary precision integer math) code path as well.