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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more