Skip to content

Commit c9df969

Browse files
chore: stuff from code review
1 parent 3e6dfee commit c9df969

File tree

2 files changed

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

2 files changed

+1
-13
lines changed

lib/node_modules/@stdlib/constants/float32/ln-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 `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 -->

lib/node_modules/@stdlib/constants/float32/ln-two-pi/include/stdlib/constants/float32/ln_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 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

0 commit comments

Comments
 (0)