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

A type which can represent Pi.

Required methods

Implementations on Foreign Types

Implementors