Skip to content

Commit d1b5fcd

Browse files
chore: stuff from code review
1 parent 9b6dbf6 commit d1b5fcd

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

lib/node_modules/@stdlib/constants/float32/ln-sqrt-two-pi/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of the [square
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 -->
@@ -138,12 +132,6 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of the [square
138132

139133
[@stdlib/math/base/special/sqrtf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrtf
140134

141-
<!-- <related-links> -->
142-
143-
[@stdlib/constants/float32/pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/pi
144-
145-
<!-- </related-links> -->
146-
147135
</section>
148136

149137
<!-- /.links -->

lib/node_modules/@stdlib/constants/float32/ln-sqrt-two-pi/include/stdlib/constants/float32/ln_sqrt_two_pi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for the natural logarithm of the square root of 2π.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_LN_SQRT_TWO_PI 0.9189385175704956
25+
#define STDLIB_CONSTANT_FLOAT32_LN_SQRT_TWO_PI 0.9189385175704956f
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_LN_SQRT_TWO_PI_H

0 commit comments

Comments
 (0)