File tree 3 files changed +4
-4
lines changed
lib/node_modules/@stdlib/math/base/special/sqrtpif
include/stdlib/math/base/special
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,10 +182,10 @@ int main( void ) {
182
182
183
183
<section class =" links " >
184
184
185
- <!-- <related-links> -->
186
-
187
185
[ @stdlib/math/base/special/sqrt ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrt
188
186
187
+ <!-- <related-links> -->
188
+
189
189
<!-- </related-links> -->
190
190
191
191
</section >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
27
27
#endif
28
28
29
29
/**
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.
31
31
*/
32
32
float stdlib_base_sqrtpif ( const float x );
33
33
Original file line number Diff line number Diff line change 21
21
#include "stdlib/constants/float32/pi.h"
22
22
23
23
/**
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.
25
25
*
26
26
* @param x input value
27
27
* @return output value
You can’t perform that action at this time.
0 commit comments