![]() |
use POSIX qw(ceil floor)
what that wants to say
use POSIX qw(ceil floor); |
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 |
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.