Function ketos::function::div_number [] [src]

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

Returns the result of dividing two values.