Skip to content

Commit

Permalink
Added named_arrays.optimize.root_newton() to `named_arrays.optimize…
Browse files Browse the repository at this point in the history
….__all__`.
  • Loading branch information
byrdie committed Sep 27, 2023
1 parent d27de2f commit 799e5da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions named_arrays/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

__all__ = [
"root_secant",
"root_newton",
]

InputT = TypeVar("InputT", bound="float | u.Quantity | na.AbstractScalarArray")
Expand Down

0 comments on commit 799e5da

Please sign in to comment.