Skip to content

Commit 806295f

Browse files
authored
Update main.c
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent 3602cca commit 806295f

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/pareto-type1/cdf/src

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/cdf/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* // returns 0.5
3434
*/
3535
double stdlib_base_dists_pareto_type1_cdf( const double x, const double alpha, const double beta ) {
36-
double out;
3736
if (
3837
stdlib_base_is_nan( x ) ||
3938
stdlib_base_is_nan( alpha ) ||

0 commit comments

Comments
 (0)