File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/constants/float16/sqrt-pi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020
2121# FLOAT16_SQRT_PI
2222
23- > Square root of the mathematical constant [ π] [ @stdlib/constants/float16/ pi] .
23+ > Square root of the mathematical constant [ π] [ pi ] .
2424
2525<section class =" intro " >
2626
@@ -38,7 +38,7 @@ var FLOAT16_SQRT_PI = require( '@stdlib/constants/float16/sqrt-pi' );
3838
3939#### FLOAT16_SQRT_PI
4040
41- Square root of the mathematical constant [ π] [ @stdlib/constants/float16/ pi] .
41+ Square root of the mathematical constant [ π] [ pi ] .
4242
4343``` javascript
4444var bool = ( FLOAT16_SQRT_PI === 1.7724609375 );
@@ -88,7 +88,7 @@ console.log( FLOAT16_SQRT_PI );
8888
8989<section class =" links " >
9090
91- [ @stdlib/constants/float16/ pi] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float16/pi
91+ [ pi ] : https://en.wikipedia.org/wiki/Pi
9292
9393</section >
9494
You can’t perform that action at this time.
0 commit comments