| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
Div Command
The Div command syntax is:
Div[number n, number d] - returns the integer value of n/d, rounded down.
Notes:
- The magnitude of the result depends on the sign: Div[5,3] = 1 but Div[5, -3] = -2
Go to: