>From previous post:

$q = int( $p );         # goes towards zero
$r = ceil( $p );        # goes to next highest integer
$s = floor( $p ); # goes to next lowest integer

> -----Original Message-----
> From: Naveen Parmar [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 17, 2002 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: int()
> 
> 
> Should int(-1.5) return -2?
> 
> - NP
> 
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to