@stdlib/math-base-special-erfcinv
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@stdlib/math-base-special-erfcinv", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Inverse complementary error function.", | ||
@@ -22,2 +22,3 @@ "license": "Apache-2.0 AND BSL-1.0", | ||
"lib": "./lib", | ||
"scripts": "./scripts", | ||
"test": "./test" | ||
@@ -24,0 +25,0 @@ }, |
@@ -34,3 +34,3 @@ <!-- | ||
<div class="equation" align="center" data-raw-text="\operatorname{erfc}^{-1}(1-z) = \operatorname{erf}^{-1}(z)" data-equation="eq:inverse_complementary_error_function"> | ||
<img src="https://cdn.rawgit.com/stdlib-js/stdlib/7e0a95722efd9c771b129597380c63dc6715508b/lib/node_modules/@stdlib/math/base/special/erfcinv/docs/img/equation_inverse_complementary_error_function.svg" alt="Inverse complementary error function."> | ||
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@bb29798906e119fcb2af99e94b60407a270c9b32/lib/node_modules/@stdlib/math/base/special/erfcinv/docs/img/equation_inverse_complementary_error_function.svg" alt="Inverse complementary error function."> | ||
<br> | ||
@@ -182,3 +182,3 @@ </div> | ||
[@stdlib/math/base/special/erfinv]: https://github.com/stdlib-js/math-base-special-erfinv | ||
[@stdlib/math/base/special/erfinv]: https://www.npmjs.com/package/@stdlib/math-base-special-erfinv | ||
@@ -185,0 +185,0 @@ </section> |
60730
15