XenoDream Forums

Full Version: Jux v.3.100: Floating Point Overflow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Formular: Powerwarp
N integer: -2
Warptype: 1
Warp Amount: -10
Radius: 0,5
Inversion: 1
Position X: 0
Position Y: 0

I think the problem is caused by the negative N integer value, if i type N interger: -1, there is only the message "invalid combination"

Regards,

Krisi
Thanks Krisi.

The problem is specifically with negative power N, Inversion 1 in Julia mode with c = 0 0. As long as c is not zero it should work with any values. I will experiment to find a fix that doesn't significantly affect other results.
Integer powers -1, 0 and 1 don't produce fractals for z^N+c and would be useless for this formula.
(04-23-2021, 10:11 PM)Garth Thornton Wrote: [ -> ]Thanks Krisi.

The problem is specifically with negative power N, Inversion 1 in Julia mode with c = 0 0. As long as c is not zero it should work with any values. I will experiment to find a fix that doesn't significantly affect other results.
Integer powers -1, 0 and 1 don't produce fractals for z^N+c and would be useless for this formula.

Thanks for the Info!

Regards,

Krisi