[][src]Trait easy_ml::numeric::extra::Pi

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

A type which can represent Pi.

Required methods

fn pi() -> Self

Loading content...

Implementations on Foreign Types

impl Pi for f32[src]

impl Pi for f64[src]

Loading content...

Implementors

Loading content...