RoundedCosPi

Trait RoundedCosPi 

Source
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§

Source

fn cos_pi<N: Real>(&self, src: &N) -> Self::Format

Performs rounded cos(pi * x).

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.

Implementors§