We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9b985 commit a7ad56aCopy full SHA for a7ad56a
stats.rs
@@ -39,8 +39,10 @@ pub trait Stats {
39
///
40
/// Note: this method sacrifices performance at the altar of accuracy
41
/// Depends on IEEE-754 arithmetic guarantees. See proof of correctness at:
42
- /// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric Predicates"]
43
- /// (http://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps)
+ /// ["Adaptive Precision Floating-Point Arithmetic and Fast Robust Geometric
+ /// Predicates"][paper]
44
+ ///
45
+ /// [paper]: http://www.cs.cmu.edu/~quake-papers/robust-arithmetic.ps
46
fn sum(&self) -> f64;
47
48
/// Minimum value of the samples.
0 commit comments