Report Bugs Here

Moderator: Mmiscool

User avatar
By matherp
#32870 This is just a standard INT function. Convert a FLOAT to an INT

Truncate a number to a whole number by eliminating the decimal point and
all characters to the right of the decimal point.
For example 9.89 will return 9 and -2.11 will return -2.
User avatar
By Mmiscool
#32873 int() function added.
:D

Keep em coming. Keeps getting better with every build.