Skip to content

Commit 25d6154

Browse files
committed
Implement Kahan summation
1 parent e35051d commit 25d6154

File tree

6 files changed

+396
-9
lines changed

6 files changed

+396
-9
lines changed

nalpy/math/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
from nalpy.math._c_extensions.functions import move_towards as move_towards
6565
from nalpy.math._c_extensions.functions import move_towards_angle as move_towards_angle
6666
from nalpy.math._c_extensions.functions import ping_pong as ping_pong
67+
68+
from nalpy.math._c_extensions.functions import kahan_sum as kahan_sum
6769
#endregion
6870

6971
# Public component imports at the bottom

0 commit comments

Comments
 (0)