Hi there. How can i cast from int to float? that is: let x = 3 let mut f = 3.0 f = f * x
this doesn't work... i have to change from int to float... is this possible? Thx in advance. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
