File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ For large values, the scaled [complementary error function][complementary-error-
8080To use in Observable,
8181
8282``` javascript
83- erfcx = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@umd/browser.js' )
83+ erfcx = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@v0.2.0- umd/browser.js' )
8484```
8585
8686To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -92,7 +92,7 @@ var erfcx = require( 'path/to/vendor/umd/math-base-special-erfcx/index.js' )
9292To include the bundle in a webpage,
9393
9494``` html
95- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@umd/browser.js" ></script >
95+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@v0.2.0- umd/browser.js" ></script >
9696```
9797
9898If no recognized module system is present, access bundle contents via the global scope:
@@ -148,7 +148,7 @@ var y = erfcx( NaN );
148148<html lang =" en" >
149149<body >
150150<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-linspace@umd/browser.js" ></script >
151- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@umd/browser.js" ></script >
151+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-erfcx@v0.2.0- umd/browser.js" ></script >
152152<script type =" text/javascript" >
153153(function () {
154154
You can’t perform that action at this time.
0 commit comments