Published
Edited
Apr 16, 2018
1 fork
3 stars
Insert cell
Insert cell
Algebra(0,1,()=>{
return this.graph((x,y)=>{
var n=35, z=0e1, c=x*1.75-1+y*1e1;
while (z < 2 && n--) z=z**2+c;
return (n/30);
});
})
Insert cell
Algebra = require('ganja.js')
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more