Skip to content

Commit 714b339

Browse files
committed
docs: update links
1 parent 215dfe6 commit 714b339

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

lib/node_modules/@stdlib/math/base/napi/binary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ The function accepts the following arguments:
178178
- **info**: `[in] napi_callback_info` callback data.
179179
- **fcn**: `[in] float (*fcn)( float, float )` binary function.
180180
181-
```c
181+
````c
182182
void stdlib_math_base_napi_ff_f( napi_env env, napi_callback_info info, float (*fcn)( float, float ) );
183183
```de "stdlib/math/base/napi/binary.h"
184-
```
184+
````
185185
186186
#### stdlib_math_base_napi_zz_z( env, info, fcn )
187187

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,18 @@ var o = ns;
4343

4444
<!-- <toc pattern="+(*log*|ln|exp*|*pow*)" ignore="logit" > -->
4545

46-
47-
4846
<!-- </toc> -->
4947

5048
### Trigonometric Functions
5149

5250
<!-- <toc pattern="*+(sin|cos|tan)*" ignore="+(kernel-sin|kernel-cos|kernel-tan)"> -->
5351

54-
55-
5652
<!-- </toc> -->
5753

5854
### Bessel Functions
5955

6056
<!-- <toc pattern="*bessel*" > -->
6157

62-
63-
6458
<!-- </toc> -->
6559

6660
### Absolute Value and Rounding Functions
@@ -79,8 +73,6 @@ var o = ns;
7973

8074
<!-- <toc ignore="*bessel*" ignore="*+(sin|cos|tan)*" ignore="+(*log*|ln|exp*|*pow*)" ignore="*+(abs|ceil|floor|clamp|trunc|round|signum)*" ignore="+(gamma-delta-ratio|gamma-lanczos-sum*|rempio2|kernel-*)" > -->
8175

82-
83-
8476
<!-- </toc> -->
8577

8678
</section>

0 commit comments

Comments
 (0)