Skip to content

Commit a083250

Browse files
committed
docs: update related packages sections
1 parent 1fc8766 commit a083250

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ int main( void ) {
160160
## See Also
161161

162162
- <span class="package-name">[`@stdlib/math/base/special/acot`][@stdlib/math/base/special/acot]</span><span class="delimiter">: </span><span class="description">compute the inverse cotangent.</span>
163+
- <span class="package-name">[`@stdlib/math/base/special/acotdf`][@stdlib/math/base/special/acotdf]</span><span class="delimiter">: </span><span class="description">compute the arccotangent (in degrees) of a single-precision floating-point number.</span>
163164
- <span class="package-name">[`@stdlib/math/base/special/acoth`][@stdlib/math/base/special/acoth]</span><span class="delimiter">: </span><span class="description">compute the inverse hyperbolic cotangent.</span>
164165
- <span class="package-name">[`@stdlib/math/base/special/atand`][@stdlib/math/base/special/atand]</span><span class="delimiter">: </span><span class="description">compute the arctangent (in degrees) of a double-precision floating-point number.</span>
165166
- <span class="package-name">[`@stdlib/math/base/special/cotd`][@stdlib/math/base/special/cotd]</span><span class="delimiter">: </span><span class="description">compute the cotangent of an angle measured in degrees.</span>
@@ -178,6 +179,8 @@ int main( void ) {
178179

179180
[@stdlib/math/base/special/acot]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acot
180181

182+
[@stdlib/math/base/special/acotdf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acotdf
183+
181184
[@stdlib/math/base/special/acoth]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acoth
182185

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

lib/node_modules/@stdlib/stats/base/dists/rayleigh/kurtosis/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ for ( i = 0; i < 10; i++ ) {
116116

117117
<!-- /.examples -->
118118

119-
120119
<!-- C interface documentation. -->
121120

122121
* * *
@@ -209,7 +208,6 @@ int main( void ) {
209208

210209
<!-- /.c -->
211210

212-
213211
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
214212

215213
<section class="references">

lib/node_modules/@stdlib/stats/base/svariancewd/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ The function accepts the following arguments:
253253
- **X**: `[in] float*` input array.
254254
- **strideX**: `[in] CBLAS_INT` stride length for `X`.
255255
256-
257256
```c
258257
float stdlib_strided_svariancewd( const CBLAS_INT N, const float correction, const float *X, const CBLAS_INT strideX );
259258
```

0 commit comments

Comments
 (0)