Floor and FMod
Two functions were added: Floor returns the greatest integer less than or equal to the passed value. For an integer x and a positive integer y, FMod gives the value of the remainder when x is divided by y.
Two functions were added: Floor returns the greatest integer less than or equal to the passed value. For an integer x and a positive integer y, FMod gives the value of the remainder when x is divided by y.