circ

Macro circ 

Source
macro_rules! circ {
    ($x: expr, $y: expr; $r: expr) => { ... };
}
Expand description

math::circle::Circ constructor that works on any type of number