Title: RE: [Perl-unix-users] conversion between exponential and corresponding integer value
depending on the format of
the exponential value, it may be as simple as:
print int(10e5); print
int(-10e5);
This doesn't appear to work, though, if formatted as 10e-5, so
you'd need to create a s
Hi,
Anyone knows where I can find some Solaris Administration Scripts, e.g.
monitoring processes over a period of time and formatting the stdout
nicely, or even a graph.
Thanks,
-Kamal.
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe
I know that was my inadvertent mistake. I was looking for floating point value
conversion, that you have rightly pointed out to below. Thank you and Peter for the
useful solutions. It will work for me.
Thank you all!
perdeep
Perdeep K. Mehta, PhD
Group Leader, Bioinformatics
Hartwell Center for
Title: RE: [Perl-unix-users] conversion between exponential and corresponding integer value
depending on the format of the exponential value, it may be as simple as:
print int(10e5);
print int(-10e5);
This doesn't appear to work, though, if formatted as 10e-5, so you'd need to create a sub
Dear Perl Gurus,
I need help to convert an exponential value such as 10e-5 to its integer value and
vice versa in a perl script.
Thanks in advance for any help.
perdeep
Perdeep K. Mehta
Hartwell Center for Bioinformatics & Biotechnology
St. Jude Children's Research Hospital
Memphis, TN 38105-27