mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-16 19:49:48 +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
4e29f54e98
commit
cb4e8dd06b
@ -53,7 +53,9 @@ def safe_function_eval(func_str: str) -> float:
|
|||||||
return lambda_func
|
return lambda_func
|
||||||
|
|
||||||
|
|
||||||
def compute_table(func: float, lower_limit: float, upper_limit: float, acc: int) -> tuple:
|
def compute_table(
|
||||||
|
func: float, lower_limit: float, upper_limit: float, acc: int
|
||||||
|
) -> tuple:
|
||||||
"""
|
"""
|
||||||
Compute the table of function values based on the limits and accuracy.
|
Compute the table of function values based on the limits and accuracy.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user