Skip to content
Snippets Groups Projects
Commit d45c7554 authored by iliya's avatar iliya
Browse files

fix: typo

parent 68710391
Branches
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ def dfdx(x: float):
if __name__ == "__main__":
print(f"Bissect method = {bissect_method(-6, -1, dfdx)}")
print(f"Regula false = {regula_falsi(-6, -1, dfdx)}")
print(f"Regula falsi = {regula_falsi(-6, -1, dfdx)}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment