Skip to content

Commit 0f09b23

Browse files
committed
docs: update README.md to follow float16 conventions
1 parent 8751f66 commit 0f09b23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • lib/node_modules/@stdlib/constants/float16/sqrt-pi

lib/node_modules/@stdlib/constants/float16/sqrt-pi/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4444
var 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

0 commit comments

Comments
 (0)