Searched refs:into_float (Results 1 – 2 of 2) sorted by relevance
23 fn into_float(self) -> ValueResult<f64>; in into_float() method303 fn into_float(self) -> ValueResult<f64> { in into_float() method
1124 let x = arg(0).into_float()? as i128; in step()1150 let x = x.into_float()? as i128; in step()