in reply to significant digits in computations
Never underestimate the power of CPAN:
Math::SigFigs - do math with correct handling of significant figures In many scientific applications, it is often useful to be able to format numbers with a given number of significant figures, or to do math in such a way as to maintain the correct number of significant figures. The rules for significant figures are too complicated to be handled solely using the sprintf function (unless you happen to be Randal Schwartz :-).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: significant digits in computations
by hepcat72 (Sexton) on Mar 04, 2014 at 16:33 UTC | |
|
RE: Re: significant digits in computations
by lhoward (Vicar) on Jun 12, 2000 at 23:17 UTC |