We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313c6b2 commit ebe0223Copy full SHA for ebe0223
src/main.rs
@@ -1,6 +1,4 @@
1
use num::Complex;
2
-
3
-extern crate rayon;
4
use rayon::prelude::*;
5
6
/// Try to determine if `c` is in the Mandelbrot set, using at most `limit`
0 commit comments