[][src]Trait nova_math::traits::Pi

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

This type has a constant PI

Required methods

fn pi() -> Self

Get a value that represents Pi

Loading content...

Implementors

impl<T: Real> Pi for T[src]

Loading content...