use POSIX qw(ceil floor)

M

Mark Clements

john.swilting said:
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/perlf...)%20et%20des%20fonctions%20trigonom%E9triques

Mark
 
J

john.swilting

Mark said:
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/perlfaq4.html#perl atil une fonction round() et ceil()%2
(majoration)%20et%20floor()%2
(minoration)%20et%20des%20fonctions%20trigonom%E9triques

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top