Skip to content

Commit db76062

Browse files
authored
docs: update function descriptions and move link
PR-URL: #4015 Reviewed-by: Athan Reines <[email protected]>
1 parent a1b543a commit db76062

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/math/base/special/sqrtpif/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ int main( void ) {
182182

183183
<section class="links">
184184

185-
<!-- <related-links> -->
186-
187185
[@stdlib/math/base/special/sqrt]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrt
188186

187+
<!-- <related-links> -->
188+
189189
<!-- </related-links> -->
190190

191191
</section>

lib/node_modules/@stdlib/math/base/special/sqrtpif/include/stdlib/math/base/special/sqrtpif.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
#endif
2828

2929
/**
30-
* Compute the principal square root of the product of π and a positive single-precision floating-point number.
30+
* Computes the principal square root of the product of π and a positive single-precision floating-point number.
3131
*/
3232
float stdlib_base_sqrtpif( const float x );
3333

lib/node_modules/@stdlib/math/base/special/sqrtpif/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "stdlib/constants/float32/pi.h"
2222

2323
/**
24-
* Compute the principal square root of the product of π and a positive single-precision floating-point number.
24+
* Computes the principal square root of the product of π and a positive single-precision floating-point number.
2525
*
2626
* @param x input value
2727
* @return output value

0 commit comments

Comments
 (0)