Skip to content

Commit

Permalink
chore: update markdown description
Browse files Browse the repository at this point in the history
  • Loading branch information
Neerajpathak07 committed Feb 7, 2025
1 parent 9eed89f commit 234a9cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ for ( i = 0; i < 100; i++ ) {

#### stdlib_base_dists_degenerate_cdf( x, mu )

Evaluates the CDF of a degenerate distribution centered at `mu`.
Evaluates the [CDF][cdf] of a [degenerate distribution][degenerate-distribution] centered at `mu`.

```c
double y = stdlib_base_dists_degenerate_cdf( 2.0, 3.0 );
Expand Down

0 comments on commit 234a9cf

Please sign in to comment.