Function ketos::function::floor_div_number_step [] [src]

pub fn floor_div_number_step(ctx: &Context,
                             lhs: Value,
                             rhs: &Value)
                             -> Result<Value, Error>

Returns the result of floor-dividing two values, without calling floor on the result.