Mike Blezien wrote:
>
> Ran accross a function called "ceil" and from the information I got on this:
>
> "ceil() [Stands for ceiling], it just rounds a float value up.. so ceil(4.7) ==
> ceil(4.1342) == 5"
>
> would this be the same as using "int" function in perl or is there function in
> perl called "ceil" ??

The bottom line to all of this is that your use of
C functions in Perl depends on

- The proper interpretation of the C library standard by
the implementor of your Perl installation

- Your understanding of that standard

If it matters at all, then supply all test cases under which
your installation should perform. If it doesn't matter then,
hey .. it'll do something that don't crash.

I really hope this helps.

Rob
English
(Or are we getting too close to the 'Eastern' thread again?)




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

Reply via email to