Document what is implemented by concatenate
This commit is contained in:
parent
fb1b0879bd
commit
2012479430
@ -29,6 +29,10 @@ macro_rules! assert_almost_eq {
|
|||||||
/// For moments, only an estimator for the highest moment should be used and
|
/// For moments, only an estimator for the highest moment should be used and
|
||||||
/// reused for the lower moments (see the example below).
|
/// reused for the lower moments (see the example below).
|
||||||
///
|
///
|
||||||
|
/// The following methods will be implemented: `new`, `add`, `$statistic`.
|
||||||
|
///
|
||||||
|
/// The following traits will be implemented: `Default`, `FromIterator<f64>`.
|
||||||
|
///
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user