Skip to content

Commit 0a74892

Browse files
authored
docs: shorten comment in header file
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 3e52291 commit 0a74892

File tree

1 file changed

+0
-4
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/arcsine/skewness/include/stdlib/stats/base/dists/arcsine

1 file changed

+0
-4
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/skewness/include/stdlib/stats/base/dists/arcsine/skewness.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ extern "C" {
2828

2929
/**
3030
* Returns the skewness of an arcsine distribution with minimum support `a` and maximum support `b`.
31-
*
32-
* @param a minimum support
33-
* @param b maximum support
34-
* @return skewness of the distribution
3531
*/
3632
double stdlib_base_dists_arcsine_skewness( const double a, const double b );
3733

0 commit comments

Comments
 (0)