Skip to content

Commit 71beebc

Browse files
chore: add float32/pi link and definitions
1 parent f6973ec commit 71beebc

File tree

1 file changed

+5
-3
lines changed
  • lib/node_modules/@stdlib/constants/float32/pi-squared

1 file changed

+5
-3
lines changed

lib/node_modules/@stdlib/constants/float32/pi-squared/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# FLOAT32_PI_SQUARED
2222

23-
> π².
23+
> [π][@stdlib/constants/float32/pi]².
2424
2525
<section class="usage">
2626

@@ -32,7 +32,7 @@ var FLOAT32_PI_SQUARED = require( '@stdlib/constants/float32/pi-squared' );
3232

3333
#### FLOAT32_PI_SQUARED
3434

35-
Square of the mathematical constant π.
35+
Square of the mathematical constant [π][@stdlib/constants/float32/pi].
3636

3737
```javascript
3838
var bool = ( FLOAT32_PI_SQUARED === 9.869604110717773 );
@@ -90,7 +90,7 @@ console.log( FLOAT32_PI_SQUARED );
9090

9191
#### STDLIB_CONSTANT_FLOAT32_PI_SQUARED
9292

93-
Macro for the square of the mathematical constant π.
93+
Macro for the square of the mathematical constant [π][@stdlib/constants/float32/pi].
9494

9595
</section>
9696

@@ -128,6 +128,8 @@ Macro for the square of the mathematical constant π.
128128

129129
<section class="links">
130130

131+
[@stdlib/constants/float32/pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/pi
132+
131133
</section>
132134

133135
<!-- /.links -->

0 commit comments

Comments
 (0)