pull/219/head
Bouhek 2024-02-01 15:29:57 +01:00
parent de1eb22b16
commit 26337638fb
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ from numpy import poly1d
from .polytools import real, imag, polyroots, polyroots01
from .constants import FLOAT_EPSILON
# Evaluation ##################################################################
def n_choose_k(n, k):

View File

@ -1,3 +1,3 @@
"""This submodule contains constants used throughout the project."""
FLOAT_EPSILON = 1e-12
FLOAT_EPSILON = 1e-12