Public
Edited
Aug 4, 2024
Insert cell
Insert cell
viewof a1 = Inputs.range([1, 49], { step: 1 })
Insert cell
viewof a2 = Inputs.range([50, 100], { step: 1 })
Insert cell
alpha = a1 / (100 - a2 + a1)
Insert cell
Insert cell
viewof xof = Inputs.range([0, 30e6], { step: 10000 })
Insert cell
viewof prix = Inputs.range([0.3, 0.4], { step: .01 })
Insert cell
{
var usdbought = xof / 635;
var adabought = usdbought / prix;
var fondada = 64500;
var resultat = (fondada * 0.56 + usdbought) / (fondada + adabought);
return resultat;
}
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