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