mathMod

Category: Mathematics

Syntax:

mathMod:Int(dividend:Int, divisor:Int)


Parameters

Returns

Int



Summary

Returns the remainder of integer division.

Takes dividend (number to divide), divisor (number to divide by).

Returns the remainder.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn