float?
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
some usefull information
Also take a look over at http://ca3.php.net/manual/en/language.types.float.phpinteger wrote:If you specify a number beyond the bounds of the integer type, it will be interpreted as a float instead. Also, if you perform an operation that results in a number beyond the bounds of the integer type, a float will be returned instead.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- Pyrite
- Forum Regular
- Posts: 769
- Joined: Tue Sep 23, 2003 11:07 pm
- Location: The Republic of Texas
- Contact:
Hmmm http://docs.php.net/en/language.types.html
Although they describe Float as the same as Double, but in C++, they are different. But basically a float is a decimaled integer or real number.
Although they describe Float as the same as Double, but in C++, they are different. But basically a float is a decimaled integer or real number.