File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
lib/node_modules/@stdlib/constants/float32/ln-two-pi
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 [natural logarithm][@stdlib/math/base/special/lnf] of `2π`.
120120
121121<section class =" related " >
122122
123- * * *
124-
125- ## See Also
126-
127- - <span class =" package-name " >[ ` @stdlib/constants/float32/two-pi ` ] [ @stdlib/constants/float32/two-pi ] </span ><span class =" delimiter " >: </span ><span class =" description " >2π.</span >
128-
129123</section >
130124
131125<!-- /.related -->
@@ -136,12 +130,6 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2π`.
136130
137131[ @stdlib/math/base/special/lnf ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/lnf
138132
139- <!-- <related-links> -->
140-
141- [ @stdlib/constants/float32/two-pi ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/two-pi
142-
143- <!-- </related-links> -->
144-
145133</section >
146134
147135<!-- /.links -->
Original file line number Diff line number Diff line change 2222/**
2323* Macro for the natural logarithm of 2π.
2424*/
25- #define STDLIB_CONSTANT_FLOAT32_LN_TWO_PI 1.8378770351409912
25+ #define STDLIB_CONSTANT_FLOAT32_LN_TWO_PI 1.8378770351409912f
2626
2727#endif // !STDLIB_CONSTANTS_FLOAT32_LN_TWO_PI_H
You can’t perform that action at this time.
0 commit comments