ReQL command reference - RethinkDB
Command syntax
number / number → number
number.div(number[, number ...]) → number
Description
Divide two numbers.
Example: It’s as easy as 2 / 2 = 1.
(r.expr(2) / 2).run(conn)
Related commands
Get more help
Couldn't find what you were looking for?
- Ask a question on Stack Overflow
- Chat with us and our community on Slack
- Talk to the team on IRC on #rethinkdb@freenode.net — via Webchat
- Ping @rethinkdb on Twitter
- Post an issue on the documentation issue tracker on GitHub