Module cloudi_math

CloudI Math Functions

.

Copyright © 2022 Michael Truog

Version: 2.0.5 Oct 11 2022 20:13:44 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog at protonmail dot com).

Description

CloudI Math Functions

Function Index

erfcinv/1

Inverse Complementary Error Function.

The inverse of math:erfc/1.
erfinv/1

Inverse Error Function.

The inverse of math:erf/1.

Giles, M..

Function Details

erfcinv/1

erfcinv(X::float()) -> float()

Inverse Complementary Error Function.

The inverse of math:erfc/1.

erfinv/1

erfinv(X::float()) -> float()

Inverse Error Function.

The inverse of math:erf/1.

Giles, M.. Approximating the erfinv function. GPU Computing Gems, Jade Edition, pp. 109-116. 2011. https://people.maths.ox.ac.uk/gilesm/codes/erfinv/gems.pdf https://stackoverflow.com/a/49743348


Generated by EDoc