pub trait RoundedCosPi: RoundingContext {
// Required method
fn cos_pi<N: Real>(&self, src: &N) -> Self::Format;
}Expand description
Rounded cos(pi * x) for rounding contexts.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.