Skip to content

Commit

Permalink
Merge pull request #16 from JohnyDeCoder/develop
Browse files Browse the repository at this point in the history
Implemented Regula Falsi Method with tooltips (complete)
  • Loading branch information
JohnyDeCoder authored May 9, 2022
2 parents 0e29dae + 69502d7 commit 093a401
Show file tree
Hide file tree
Showing 14 changed files with 1,448 additions and 812 deletions.
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

0 comments on commit 093a401

Please sign in to comment.