Skip to content

Commit b8c28ee

Browse files
authored
style: add missing decimal
PR-URL: #12937 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 46fd304 commit b8c28ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/erlang/mgf/src

lib/node_modules/@stdlib/stats/base/dists/erlang/mgf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @return evaluated MGF
3131
*
3232
* @example
33-
* double v = stdlib_base_dists_erlang_mgf( 0.3, 1, 1.0 );
33+
* double v = stdlib_base_dists_erlang_mgf( 0.3, 1.0, 1.0 );
3434
* // returns ~1.429
3535
*/
3636
double stdlib_base_dists_erlang_mgf( const double t, const double k, const double lambda ) {

0 commit comments

Comments
 (0)