mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-07 10:00:55 +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
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user