From 837acc99075f65060dfab4e209a72dff4c4fe479 Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Sat, 19 Aug 2023 17:49:01 -0600 Subject: [PATCH] Minor fix --- fluids/numerics/polynomial_utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fluids/numerics/polynomial_utils.py b/fluids/numerics/polynomial_utils.py index ede0a8cc..8b6bfbab 100644 --- a/fluids/numerics/polynomial_utils.py +++ b/fluids/numerics/polynomial_utils.py @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -from math import log, sqrt, comb +from math import log, sqrt __all__ = ['polyint', 'polyint_over_x', 'polyder', 'quadratic_from_points', 'deflate_cubic_real_roots', 'exp_poly_ln_tau_coeffs3', 'exp_poly_ln_tau_coeffs2', @@ -28,6 +28,8 @@ 'polyint_stable', 'polyint_over_x_stable', ] +from fluids.numerics.special import comb + def stable_poly_to_unstable(coeffs, low, high): if high != low: