Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
part of rust-lang/rust#40912

[]\n() is not actually a link.
  • Loading branch information
steveklabnik committed Apr 4, 2017
1 parent cb9b985 commit a7ad56a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ pub trait Stats {
///
/// Note: this method sacrifices performance at the altar of accuracy
/// Depends on IEEE-754 arithmetic guarantees. See proof of correctness at:
/// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric Predicates"]
/// (http://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps)
/// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric
/// Predicates"][paper]
///
/// [paper]: http://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps
fn sum(&self) -> f64;

/// Minimum value of the samples.
Expand Down

0 comments on commit a7ad56a

Please sign in to comment.