Vyxapedia

Element - ∆* - Next Multiple

Characters: , *


Description

Get the next multiple of a number greater than another number


Overloads

  • num, num - get the next multiple of b that is greater than a

Examples

  • 6 5 ∆* = 10
  • 4 5 ∆* = 5
  • 5 5 ∆* = 10
  • 0 -1 ∆* = -1