Skip to content

Commit b4ff6aa

Browse files
chore: stuff from code review
1 parent 492c2e9 commit b4ff6aa

File tree

2 files changed

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

2 files changed

+1
-13
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ Macro for the square of the mathematical constant [π][@stdlib/constants/float32
120120

121121
<section class="related">
122122

123-
* * *
124-
125-
## See Also
126-
127-
- <span class="package-name">[`@stdlib/constants/float32/pi`][@stdlib/constants/float32/pi]</span><span class="delimiter">: </span><span class="description">π.</span>
128-
129123
</section>
130124

131125
<!-- /.related -->
@@ -134,12 +128,6 @@ Macro for the square of the mathematical constant [π][@stdlib/constants/float32
134128

135129
<section class="links">
136130

137-
<!-- <related-links> -->
138-
139-
[@stdlib/constants/float32/pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/pi
140-
141-
<!-- </related-links> -->
142-
143131
</section>
144132

145133
<!-- /.links -->

lib/node_modules/@stdlib/constants/float32/pi-squared/include/stdlib/constants/float32/pi_squared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for π².
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_PI_SQUARED 9.869604110717773
25+
#define STDLIB_CONSTANT_FLOAT32_PI_SQUARED 9.869604110717773f
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_PI_SQUARED_H

0 commit comments

Comments
 (0)