Skip to content

Commit 1d19d0c

Browse files
fix: main.c header files
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 6ac5517 commit 1d19d0c

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,11 @@
1616
* limitations under the License.
1717
*/
1818

19-
// MODULES //
20-
2119
#include "stdlib/math/base/assert/is_nan.h"
2220
#include "stdlib/math/base/special/sqrt.h"
2321
#include "stdlib/math/base/special/riemann_zeta.h"
2422
#include "stdlib/constants/float64/pi.h"
2523

26-
27-
// MAIN //
28-
2924
/**
3025
* Returns the skewness for a Gumbel distribution with location `mu` and scale `beta`.
3126
*

0 commit comments

Comments
 (0)