Trait apodize::CanRepresentPi [] [src]

pub trait CanRepresentPi {
    fn pi() -> Self;
}

the constant pi for generic floating point types. workaround until associated constants are stable.

Required Methods

fn pi() -> Self

Implementors