Hello,

I need to convert the result of an aritmetic operation on 2
bignum into a "normal" float (ie double)

I did not find a way to do this.
no bignum ;
my $res = $A - $B ;

gives me always a bignum ($res) if $A and $B are bignum.

Thank.

--
---
==========================================================================
 Patrick DUPRÉ                      |   |
 Department of Chemistry            |   |  Phone: (44)-(0)-1904-434384
 The University of York             |   |  Fax:   (44)-(0)-1904-432516
 Heslington                         |   |
 York YO10 5DD  United Kingdom      |   |  email: patrick.du...@york.ac.uk
==========================================================================
-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/

Reply via email to