Skip to content

Commit

Permalink
docs: shorten comment in header file
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
Planeshifter authored Jan 15, 2025
1 parent 3e52291 commit 0a74892
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ extern "C" {

/**
* Returns the skewness of an arcsine distribution with minimum support `a` and maximum support `b`.
*
* @param a minimum support
* @param b maximum support
* @return skewness of the distribution
*/
double stdlib_base_dists_arcsine_skewness( const double a, const double b );

Expand Down

0 comments on commit 0a74892

Please sign in to comment.