Module cloudi_math

CloudI Math Functions

.

Copyright © 2022-2023 Michael Truog

Version: 2.0.7 Oct 26 2023 12:17:28 ------------------------------------------------------------------------

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