pub trait Float: SignedNumber {
fn small_epsilon() -> Self;
}Expand description
floating point trait for various levels of fp precision
pub trait Float: SignedNumber {
fn small_epsilon() -> Self;
}floating point trait for various levels of fp precision