Answers for "rust•armanazi•error•the trait `Binary` is not implemented for `f64`"

0

rust•armanazi•error•the trait `Binary` is not implemented for `f64`

fn main(){
    let x = 1.2331f64;   
    println!("Printed:{:b}",x);//error compile
    }
Posted by: Guest on March-11-2022

Code answers related to "rust•armanazi•error•the trait `Binary` is not implemented for `f64`"

Browse Popular Code Answers by Language