johnny-morrice / godelbrot

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

Use go 1.6 math.big.Float.Text method #6

Open johnny-morrice opened 8 years ago

johnny-morrice commented 8 years ago

I wrote my own big Float serialization method since math.big.Float.Text did not allow precision detection in go 1.5. This has been implemented in math.big.Float.Text in Go 1.6, so we can delete some source code.