You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
181
181
182
182
```c
183
183
double y = stdlib_base_dists_gumbel_quantile( 0.8, 0.0, 1.0 );
@@ -248,6 +248,14 @@ int main( void ) {
248
248
249
249
<!-- /.c -->
250
250
251
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
252
+
253
+
<sectionclass="related">
254
+
255
+
</section>
256
+
257
+
<!-- /.related -->
258
+
251
259
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments