Skip to content

Commit f6973ec

Browse files
chore: remove reference for float32/pi
1 parent 752b18f commit f6973ec

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff 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
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 [π][@stdlib/constants/float32/pi].
93+
Macro for the square of the mathematical constant π.
9494

9595
</section>
9696

0 commit comments

Comments
 (0)