pub trait Li2<T> {
// Required method
fn li2(&self) -> T;
}Expand description
Provides the 2nd order polylogarithm (dilogarithm) function
li2() of a number of type T.
pub trait Li2<T> {
// Required method
fn li2(&self) -> T;
}Provides the 2nd order polylogarithm (dilogarithm) function
li2() of a number of type T.