This commit is contained in:
2018-10-25 21:41:23 +02:00
parent 4fc27841e9
commit 2367a8e47f
3 changed files with 37 additions and 33 deletions

View File

@@ -13,7 +13,6 @@ impl fmt::Debug for Gaussian {
}
}
impl Gaussian {
pub fn from_pi_tau(pi: f64, tau: f64) -> Gaussian {
Gaussian { pi, tau }