Skip to content

Commit 9b207e6

Browse files
chore: change variable format
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 6131fa9 commit 9b207e6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/gumbel/skewness/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ static double random_uniform( const double min, const double max ) {
206206
}
207207
208208
int main( void ) {
209-
double mu;
210209
double beta;
210+
double mu;
211211
double y;
212212
int i;
213213

0 commit comments

Comments
 (0)