Quick Math Question
Posted: Tue Jun 27, 2006 8:47 am
If I were to take a number like say
How would I turn it into a decimal with accuracy down to the hundredth?
Code: Select all
1/3Code: Select all
0.33A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
1/3Code: Select all
0.33