Published
Edited
Jul 18, 2021
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function getCarnotEER(tcf, thf) {
let tc = fToK(tcf)
let th = fToK(thf)
return 3.421 * tc / (th-tc)
}
Insert cell
function fToK(f) {
return (f - 32) * 5/9 + 273.15
}
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