Published
Edited
Aug 9, 2018
1 fork
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
A = [1,1]
Insert cell
B = [8, 9]
Insert cell
EQ = t => {
const p = [
((1 - t) * A[0]) + (t * B[0]),
((1 - t) * A[1]) + (t * B[1]),
];
return p;
}
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