mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-16 19:49:48 +00:00
changed parameter hint
This commit is contained in:
parent
b13ce589ad
commit
4e29f54e98
@ -53,7 +53,7 @@ def safe_function_eval(func_str: str) -> float:
|
|||||||
return lambda_func
|
return lambda_func
|
||||||
|
|
||||||
|
|
||||||
def compute_table(func: str, 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