Skip to content

Commit a2fa5eb

Browse files
chore: address commit comments
PR-URL: #7845 Closes: #7454 Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Gunj Joshi <[email protected]>
1 parent d182d88 commit a2fa5eb

File tree

1 file changed

+9
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gumbel/quantile

1 file changed

+9
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/gumbel/quantile/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ for ( i = 0; i < 100; i++ ) {
177177

178178
#### stdlib_base_dists_gumbel_quantile( p, mu, beta )
179179

180-
Evaluates the [quantile-function][quantile-function] of a [gumbel-distribution][gumbel-distribution] with parameter probability `p`, location parameter `mu` and scale parameter `beta`.
180+
Evaluates the [quantile-function][quantile-function] of a [gumbel-distribution][gumbel-distribution] with parameter probability `p`, location parameter `mu`, and scale parameter `beta`.
181181

182182
```c
183183
double y = stdlib_base_dists_gumbel_quantile( 0.8, 0.0, 1.0 );
@@ -248,6 +248,14 @@ int main( void ) {
248248

249249
<!-- /.c -->
250250

251+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
252+
253+
<section class="related">
254+
255+
</section>
256+
257+
<!-- /.related -->
258+
251259
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
252260

253261
<section class="links">

0 commit comments

Comments
 (0)