$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...") |
|||
Line 3: | Line 3: | ||
'''Divisor:''' The number dividing into another number. | '''Divisor:''' The number dividing into another number. | ||
+ | |||
'''Dividend:''' The number being divided into. | '''Dividend:''' The number being divided into. | ||
Latest revision as of 23:34, 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.
[edit] Example
alert($division remainder(50,500))
Running the command will produce the remainder for the calculation, which is 50.