Current section
Files
Jump to
Current section
Files
doc/cloudi_math.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Module cloudi_math</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<hr>
<h1>Module cloudi_math</h1>
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
<h3><a name="CloudI_Math_Functions">CloudI Math Functions</a></h3>.
<p>Copyright © 2022 Michael Truog</p>
<p><b>Version:</b> 2.0.5 Oct 11 2022 20:13:44
------------------------------------------------------------------------</p>
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog at protonmail dot com"><tt>mjtruog at protonmail dot com</tt></a>).</p>
<h2><a name="description">Description</a></h2>
<h3><a name="CloudI_Math_Functions">CloudI Math Functions</a></h3>
<h2><a name="index">Function Index</a></h2>
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#erfcinv-1">erfcinv/1</a></td><td>
<h4><a name="Inverse_Complementary_Error_Function.">Inverse Complementary Error Function.</a></h4>
The inverse of math:erfc/1.</td></tr>
<tr><td valign="top"><a href="#erfinv-1">erfinv/1</a></td><td>
<h4><a name="Inverse_Error_Function.">Inverse Error Function.</a></h4><p>
The inverse of math:erf/1.</p>
Giles, M..</td></tr>
</table>
<h2><a name="functions">Function Details</a></h2>
<h3 class="function"><a name="erfcinv-1">erfcinv/1</a></h3>
<div class="spec">
<p><tt>erfcinv(X::float()) -> float()</tt><br></p>
<p> </p>
</div><p>
<h4><a name="Inverse_Complementary_Error_Function.">Inverse Complementary Error Function.</a></h4>
The inverse of math:erfc/1.</p>
<h3 class="function"><a name="erfinv-1">erfinv/1</a></h3>
<div class="spec">
<p><tt>erfinv(X::float()) -> float()</tt><br></p>
<p> </p>
</div><p>
<h4><a name="Inverse_Error_Function.">Inverse Error Function.</a></h4><p>
The inverse of math:erf/1.</p>
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</p>
<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc</i></p>
</body>
</html>