Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: dividing large numbers
Post: RE: dividing large numbers

thanks lars, i knew it was something simple i had read about the prec() function, but didn't know it acted in a global way, i though ti had to apply it to each new decimal object i know this is a math...
charlemayn General Coding Help 7 9,581 Feb-12-2018, 09:52 PM
    Thread: dividing large numbers
Post: whats the most sig figs python can handle?

using Decimal to divide large numbers by other large numbers would like to know what is the most sig figs i can make it calculate and if there is another library that can cal more sig figs bignum = 82...
charlemayn General Coding Help 7 9,581 Feb-07-2018, 01:06 AM
    Thread: dividing large numbers
Post: dividing large numbers

import decimal d = decimal.Decimal bignum = d(789723589032748930274982037498230742890347283904728390472389047230984) a = bignum/(bignum-1) #should be 1 and lot of zeros, then some numbers at end im i...
charlemayn General Coding Help 7 9,581 Feb-07-2018, 12:56 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020