PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I've the following case where $number1 and number2 which can also be a float value in which case values after decimal can go upto 10 to 15 digits. Can PHP5 handle such a float value. If so, does any value which doesnot fall in any of the following range can break the logic written below. -30 to + 30 for number1 and -100 to +100 for number2 .