How do you use floating point on embedded? ``` let patate = 2.1_f64.floor(); ``` Gives me "no method named `floor` found for type `f64` in the current scope