Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Regula Falsi Method with tooltips (complete) #16

Merged
merged 1 commit into from
May 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified rootprox-2022/.vs/rootprox-2022/v16/.suo
Binary file not shown.
1 change: 0 additions & 1 deletion rootprox-2022/Forms/Methods/ROOTPROX - Bisección.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ private void cbSinEA_CheckedChanged(object sender, EventArgs e)
txtE.Enabled = true;
txtE.Visible = true;
lblPor100.Visible = true;

}
}

Expand Down
700 changes: 430 additions & 270 deletions rootprox-2022/Forms/Methods/ROOTPROX - Regla Falsa.Designer.cs

Large diffs are not rendered by default.

Loading