Fix lint
parent
de1eb22b16
commit
26337638fb
|
@ -12,6 +12,7 @@ from numpy import poly1d
|
||||||
from .polytools import real, imag, polyroots, polyroots01
|
from .polytools import real, imag, polyroots, polyroots01
|
||||||
from .constants import FLOAT_EPSILON
|
from .constants import FLOAT_EPSILON
|
||||||
|
|
||||||
|
|
||||||
# Evaluation ##################################################################
|
# Evaluation ##################################################################
|
||||||
|
|
||||||
def n_choose_k(n, k):
|
def n_choose_k(n, k):
|
||||||
|
|
Loading…
Reference in New Issue