Re: [PHP-DB] Round a float to the next highest value despite the value after the point

2002-02-08 Thread Jeroen Timmers



> how can I round a float to the next highest value reguardless of the value
> after the point, does anyone have any suggestion, any help would be
> apreciated.
>
do you mean the function round maybey or ..

explain the question with an example please


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] Round a float to the next highest value despite the value after the point

2002-02-08 Thread Shrock, Court

http://www.php.net/manual/en/function.ceil.php

> -Original Message-
> how can I round a float to the next highest value reguardless 
> of the value 
> after the point, does anyone have any suggestion, any help would be 
> apreciated.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] Round a float to the next highest value despite the value after the point

2002-02-08 Thread Rick Emery

ceil($myvalue)


-Original Message-
From: Renaldo De Silva [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 1:32 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Round a float to the next highest value despite the
value after the point


how can I round a float to the next highest value reguardless of the value 
after the point, does anyone have any suggestion, any help would be 
apreciated.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php