Module algorithms

Module algorithms 

Source
Expand description

Numerical algorithms for improved accuracy and stability.

This module provides algorithms that enhance numerical precision beyond standard floating-point operations.

§Available Algorithms

  • neumaier_sum: Compensated summation algorithm for accurate sums of floating-point numbers

Modules§

neumaier_sum
Neumaier compensated summation algorithm for accurate floating-point sums.