Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JamboChen committed Oct 11, 2024
1 parent 88e58bc commit dbfda2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rand_distr/tests/cdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ fn update_akn(akn: &mut Vec<f64>, s: f64) {
akn.push(p1 * p2 * akn[n]);
}


/// [1] FAST AND ACCURATE CALCULATION OF OWEN’S T-FUNCTION
/// by Mike Patefield and David Tandy
/// http://www.jstatsoft.org/v05/i05/paper
Expand Down

0 comments on commit dbfda2b

Please sign in to comment.