I have the following Rust code:
use std::f64::consts as f64; fn main() { println!("Checking f64 PI..."); // f64::PI definition: https://git