This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shivam_python_issues
Recipients shivam_python_issues
Date 2012-02-10.06:17:56
SpamBayes Score 6.012089e-08
Marked as misclassified No
Message-id <1328854677.42.0.867049948528.issue13982@psf.upfronthosting.co.za>
In-reply-to
Content
On mips64 biit machine running linux I have installed python2.4_2.4.4 from link "http://archive.debian.net/etch/python2.4" using below commands:

./configure –enable-shared
make 
make install  

But when I check value of sqrt(9.0) on python, python returns:“4.9406564584124654e-324” rather than “3.0”. 

Can anybody let me know what may be the reason for this.

Regards
Shivam Agarwal
History
Date User Action Args
2012-02-10 06:17:57shivam_python_issuessetrecipients: + shivam_python_issues
2012-02-10 06:17:57shivam_python_issuessetmessageid: <1328854677.42.0.867049948528.issue13982@psf.upfronthosting.co.za>
2012-02-10 06:17:56shivam_python_issueslinkissue13982 messages
2012-02-10 06:17:56shivam_python_issuescreate