pub trait Li3<T> {
// Required method
fn li3(&self) -> T;
}Expand description
Provides the 3rd order polylogarithm (trilogarithm) function
li3() of a number of type T.
pub trait Li3<T> {
// Required method
fn li3(&self) -> T;
}Provides the 3rd order polylogarithm (trilogarithm) function
li3() of a number of type T.