Skip to content

Commit 836fe7d

Browse files
authored
style: remove headings and fix comment
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 912442a commit 836fe7d

File tree

1 file changed

+1
-7
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gumbel/skewness/src

1 file changed

+1
-7
lines changed

lib/node_modules/@stdlib/stats/base/dists/gumbel/skewness/src/main.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,14 @@
1818

1919
#include "stdlib/math/base/assert/is_nan.h"
2020

21-
22-
// VARIABLES //
23-
2421
static const double SKEWNESS = 1.1395470994046488;
2522

26-
27-
// MAIN //
28-
2923
/**
3024
* Returns the skewness for a Gumbel distribution with location `mu` and scale `beta`.
3125
*
3226
* @param mu location parameter
3327
* @param beta scale parameter
34-
* @returns skewness
28+
* @return skewness
3529
*
3630
* @example
3731
* double y = stdlib_base_dists_gumbel_skewness( 0.0, 1.0 );

0 commit comments

Comments
 (0)