Published
Edited
Mar 2, 2021
1 fork
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
erf = (await import("https://cdn.jsdelivr.net/npm/@stdlib/esm@0.0.3/math/base/special/erf.js"))
.default
Insert cell
erfinv = (await import("https://cdn.jsdelivr.net/npm/@stdlib/esm@0.0.3/math/base/special/erfinv.js"))
.default
Insert cell
Insert cell
Insert cell
Insert cell
erf(0.68)
Insert cell
Insert cell
erfinv(erf(0.68))
Insert cell
Insert cell
Insert cell
erf(0.68) - wolframErf
Insert cell
Insert cell
Insert cell
special = import("https://cdn.jsdelivr.net/npm/@stdlib/esm@0.0.3/math/base/special.js")
Insert cell
special.erf
Insert cell
special.erfinv
Insert cell
Insert cell
Insert cell
Insert cell
stdlib = require('@stdlib/dist-tree')
Insert cell
stdlib.math.base.special.erf
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