mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-30 22:23:42 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
2cdd70bdd0
commit
10bdd07377
|
@ -52,8 +52,9 @@ def safe_function_eval(func_str: str) -> Callable:
|
|||
return lambda_func
|
||||
|
||||
|
||||
def compute_table(func: Callable, lower_limit: float,
|
||||
upper_limit: float, acc: int) -> tuple[np.ndarray, float]:
|
||||
def compute_table(
|
||||
func: Callable, lower_limit: float, upper_limit: float, acc: int
|
||||
) -> tuple[np.ndarray, float]:
|
||||
"""
|
||||
Compute the table of function values based on the limits and accuracy.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user