Skip to main content

CotPiDerivatives

Trait CotPiDerivatives 

Source
pub trait CotPiDerivatives: FloatElement {
    const COT_PI_ROWS: &'static [&'static [Self]];
}
Expand description

Coefficient rows for the derivatives of $\cot(\pi x)$. See the module docs.

Required Associated Constants§

Source

const COT_PI_ROWS: &'static [&'static [Self]]

Row n - 1 is the polynomial for the n-th derivative.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl CotPiDerivatives for f32

Source§

const COT_PI_ROWS: &'static [&'static [f32]]

Source§

impl CotPiDerivatives for f64

Source§

const COT_PI_ROWS: &'static [&'static [f64]]

Implementors§

Last built: 2026-09-08 21:35:55 UTC