Takes a number like 1000.000001 and rounds it to 1001, or 1000.9 and rounds it to 1001 I made this for my paginator which gets the total pages then divides by amount per page,
sometimes it returns 1.1 or 1.00001 etc, so it rounds it up for a solid number to use for the paginator