File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
lib/node_modules/@stdlib/math/base/special/sqrtpif
include/stdlib/math/base/special Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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*/
3232float stdlib_base_sqrtpif ( const float x );
3333
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments