TECTED]
Sent: woensdag 11 februari 2004 15:23
To: Vincent Jansen
Cc: [EMAIL PROTECTED]
Subject: Re[2]: [PHP] Math Question
Hello Vincent,
Wednesday, February 11, 2004, 2:15:15 PM, you wrote:
VJ> Seems to me you need
VJ> floor($number1 / $number2)
Only if you always want to round *down*
[snip]
VJ> Seems to me you need
VJ> floor($number1 / $number2)
Only if you always want to round *down* the equation. For example
flooring a result of 4.99 will give you an integer of 4 whereas
round() (or ceil()) will give you 5. It depends on the situation as to
which is most useful.
[/snip]
yo
Hello Vincent,
Wednesday, February 11, 2004, 2:15:15 PM, you wrote:
VJ> Seems to me you need
VJ> floor($number1 / $number2)
Only if you always want to round *down* the equation. For example
flooring a result of 4.99 will give you an integer of 4 whereas
round() (or ceil()) will give you 5. It d
3 matches
Mail list logo