use num_shaman::Shaman; use std::convert::From; fn main() { println!("Pi: {:?}", Shaman::::from(std::f64::consts::PI).sin()); }