Skip to content

Commit 6a2a4f0

Browse files
authored
docs: align JS API subheadings to H4 in stats/strided/dnanrangeabs
PR-URL: #11957 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 11d0e3d commit 6a2a4f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/strided/dnanrangeabs

lib/node_modules/@stdlib/stats/strided/dnanrangeabs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The [**range**][range] is defined as the difference between the maximum and mini
3838
var dnanrangeabs = require( '@stdlib/stats/strided/dnanrangeabs' );
3939
```
4040

41-
### dnanrangeabs( N, x, strideX )
41+
#### dnanrangeabs( N, x, strideX )
4242

4343
Computes the [range][range] of absolute values of a double-precision floating-point strided array, ignoring `NaN` values.
4444

@@ -82,7 +82,7 @@ var v = dnanrangeabs( 4, x1, 2 );
8282
// returns 3.0
8383
```
8484

85-
### dnanrangeabs.ndarray( N, x, strideX, offsetX )
85+
#### dnanrangeabs.ndarray( N, x, strideX, offsetX )
8686

8787
Computes the [range][range] of absolute values of a double-precision floating-point strided array, ignoring `NaN` values and using alternative indexing semantics.
8888

0 commit comments

Comments
 (0)