johnny-morrice / godelbrot

Unix-style Mandelbrot set renderer in Golang
MIT License
8 stars 1 forks source link

renderbrot crash with bigfloat without Precision in config #2

Closed johnny-morrice closed 8 years ago

johnny-morrice commented 8 years ago

Since the configurator does not automatically find the number of bits we need, this field is unset unless you invoke configbrot with -prec

Omitting this parameter leads to a "divide by zero" crash when renderbrot is run.