Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Perl Misc (http://www.velocityreviews.com/forums/f67-perl-misc.html)
-   -   use POSIX qw(ceil floor) (http://www.velocityreviews.com/forums/t902774-use-posix-qw-ceil-floor.html)

john.swilting 04-21-2007 11:19 AM

use POSIX qw(ceil floor)
 
what that wants to say
use POSIX qw(ceil floor);

Mark Clements 04-21-2007 12:05 PM

Re: use POSIX qw(ceil floor)
 
john.swilting wrote:
> what that wants to say
> use POSIX qw(ceil floor);

You're still using automatic translation software: it isn't helping you.

Qu'est que ça veut dire = "what does that/this mean?" (or near enough)

You need to read the docs.

perldoc POSIX

ceil This is identical to the C function "ceil()", returning the
smallest integer value greater than or equal to the given numerical
argument.

floor This is identical to the C function "floor()", returning the
largest integer value less than or equal to the numerical
argument.

in French:

http://perl.enstimac.fr/DocFr/perlfa...onom%E9triques

Mark

john.swilting 04-26-2007 12:12 PM

Re: use POSIX qw(ceil floor)
 
Mark Clements wrote:

> john.swilting wrote:
>> what that wants to say
>> use POSIX qw(ceil floor);

> You're still using automatic translation software: it isn't helping you.
>
> Qu'est que ça veut dire = "what does that/this mean?" (or near enough)
>
> You need to read the docs.
>
> perldoc POSIX
>
> ceil This is identical to the C function "ceil()", returning the
> smallest integer value greater than or equal to the given numerical
> argument.
>
> floor This is identical to the C function "floor()", returning the
> largest integer value less than or equal to the numerical
> argument.
>
> in French:
>
>

http://perl.enstimac.fr/DocFr/perlfa...0et%20ceil()%2
(majoration)%20et%20floor()%2
(minoration)%20et%20des%20fonctions%20trigonom%E9t riques
>
> Mark

merci je lis un peu l'anglais mais je sais pas l ecrire
serge


All times are GMT. The time now is 11:23 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57