Home | Trees | Indices | Help |
|
---|
|
Class Fsum for precision running floating point summation.
Set env variable PYGEODESY_FSUM_RESIDUAL
to nay non-empty
string to throw a ResidualError for division or exponention by an Fsum instance
with a non-zero residual
, see methoda Fsum.fdiv and Fsum.fpow.
Version: 22.02.11
Classes | |
ResidualError Error raised for an operation involving an Fsum with a non-zero residual. |
|
Fsum Precision running floating point summation similar to standard Python's math.fsum .
|
|
Fsum2Tuple 2-Tuple (fsum, residual) with the precision running
fsum and the residual , the sum of the
remaining partials if any.
|
Functions | |||
|
|||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.fsums
|
Function Details |
Precision floating point summation based on or like Python's
|
Precision floating point summation of all positional arguments.
See Also:
Function |
Precision floating point summation of a few values, 1-primed.
See Also:
Function |
Precision floating point summation of a few arguments, 1-primed.
See Also:
Function |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Feb 11 20:04:12 2022 | http://epydoc.sourceforge.net |