File tree 1 file changed +3
-3
lines changed
lib/node_modules/@stdlib/constants/float32/pi-squared
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.
20
20
21
21
# FLOAT32_PI_SQUARED
22
22
23
- > [ π ] [ @stdlib/constants/float32/pi ] ².
23
+ > π ².
24
24
25
25
<section class =" usage " >
26
26
@@ -32,7 +32,7 @@ var FLOAT32_PI_SQUARED = require( '@stdlib/constants/float32/pi-squared' );
32
32
33
33
#### FLOAT32_PI_SQUARED
34
34
35
- Square of the mathematical constant [ π ] [ @stdlib/constants/float32/pi ] .
35
+ Square of the mathematical constant π .
36
36
37
37
``` javascript
38
38
var bool = ( FLOAT32_PI_SQUARED === 9.869604110717773 );
@@ -90,7 +90,7 @@ console.log( FLOAT32_PI_SQUARED );
90
90
91
91
#### STDLIB_CONSTANT_FLOAT32_PI_SQUARED
92
92
93
- Macro for the square of the mathematical constant [ π ] [ @stdlib/constants/float32/pi ] .
93
+ Macro for the square of the mathematical constant π .
94
94
95
95
</section >
96
96
You can’t perform that action at this time.
0 commit comments