JanetDocsPlaygroundI'm feeling luckyGitHub sign in

math/erf



    cfunction
    src/core/math.c on line 292, column 1

    (math/erf x)

    Returns the error function of x.


1 exampleSign in to add an example
Loading...
# https://en.wikipedia.org/wiki/Error_function
(math/erf 1)
# => 0.842701
sogaiuPlayground