Function convert_float_to_int

Source
pub fn convert_float_to_int(f: f64) -> Result<i64, EcoString>