File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
lib/node_modules/@stdlib/constants/float32/pi-squared Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
3838var 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 -->
You can’t perform that action at this time.
0 commit comments