Page 1 of 1

ummm..getting the remainder?

PostPosted: Sat May 08, 2010 11:26 pm
by poopbrigade
I know a way to get the remainder in an equation but is there a function in GE to get it instantly?

Re: ummm..getting the remainder?

PostPosted: Sun May 09, 2010 1:37 am
by pyrometal
Use the "%" operator on integer, otherwise use the fmod(double val); function.

Re: ummm..getting the remainder?

PostPosted: Sun May 09, 2010 9:05 am
by poopbrigade
XD tanx alot.