$Division Remainder
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Extended Math function in the UBot Extended Library. This command returns the remainder of a division. '''Divisor:''' The number dividing into anothe...") |
Revision as of 22:50, 10 June 2015
This function is an Extended Math function in the UBot Extended Library. This command returns the remainder of a division.
Divisor: The number dividing into another number. Dividend: The number being divided into.
Example
alert($division remainder(50,500))
Running the command will produce the remainder for the calculation, which is 50.