Skip to content

Commit

Permalink
Bug: update call name from erfc -> erfcx
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykos committed Dec 18, 2024
1 parent ab81baf commit 838d7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykokkos/interface/mathematical_special_functions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def expint1(input: float) -> float:
pass

def erfc(input: float) -> float:
def erfcx(input: float) -> float:
pass

def cyl_bessel_j0(input: float) -> float:
Expand Down

0 comments on commit 838d7d8

Please sign in to comment.