Published
Edited
Feb 7, 2022
1 star
Also listed in…
Curves
Insert cell
Insert cell
function kappa(s) {
const {abs,cos,sin,tan,ceil,log,exp,sqrt} = Math;

return s; // Figure 1.1
//return s ** 2; // Figure 1.2
//return cos(s) - s * sin(s); // Figure 1.3
//return log(cos(s) ** 2);
//return exp(s) * sin(s);
//return ceil(s) ** 2;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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