Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUST

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

fn main(){
    let x = 1.2331f64;   
    println!("Printed:{:b}",x);//error compile
    }
 
PREVIOUS NEXT
Tagged: #trait #implemented
ADD COMMENT
Topic
Name
5+3 =