Tagged Questions

0
votes
3answers
171 views

php sqrt function that returns an integer?

I'm creating a simple PHP program that does an action if (and only if) three random numbers compute to an integer. The random numbers are all integers, created with the rand() function. Without going ...