ch3/ch3-03 #200
Replies: 4 comments
-
3.5 import ( func main() {
} func mandelbrot(z complex128) color.Color {
} |
Beta Was this translation helpful? Give feedback.
-
3.6 import ( func main() {
} func mandelbrot(z complex128) color.Color {
} |
Beta Was this translation helpful? Give feedback.
-
3.7 import ( func main() {
} func newtonFractal(z complex128, roots []complex128, maxIter int, tol float64) (int, int) { |
Beta Was this translation helpful? Give feedback.
-
3.9package main import ( var ( func main() {
} func handler(w http.ResponseWriter, r *http.Request) { func pngplot(w io.Writer, cx, cy, zoom float64) {
} func mandelbrot(z complex128) color.Color {
} |
Beta Was this translation helpful? Give feedback.
-
ch3/ch3-03
中文版
https://gopl-zh.github.io/ch3/ch3-03.html
Beta Was this translation helpful? Give feedback.
All reactions