File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/node_modules/@stdlib/constants/float32/pi-squared Expand file tree Collapse file tree 1 file changed +3
-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- > [ π ] [ @stdlib/constants/float32/pi ] ².
23+ > π ².
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 [ π ] [ @stdlib/constants/float32/pi ] .
35+ Square of the mathematical constant π .
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 [ π ] [ @stdlib/constants/float32/pi ] .
93+ Macro for the square of the mathematical constant π .
9494
9595</section >
9696
You can’t perform that action at this time.
0 commit comments