Home | Trees | Indices | Help |
|
---|
|
Class Fsum for running, precision floating point summation.
Version: 22.01.21
Classes | |
Fsum Precision summation similar to standard Python function math.fsum .
|
|
Fsum2Tuple 2-Tuple (fsum, residual) with the accurate, running
fsum and residual the precision sum of
the remaining partials, both float .
|
Functions | |||
|
|||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.fsums
|
Function Details |
Return an accurate floating point sum of values in the iterable. Assumes IEEE-754 floating point arithmetic. |
Precision summation of all positional arguments.
|
Precision summation, primed with
|
Precision summation of a few arguments, primed with
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 22 11:38:59 2022 | http://epydoc.sourceforge.net |