Skip to content
Snippets Groups Projects
Commit 4db4373c authored by Laura Mieczkowska's avatar Laura Mieczkowska
Browse files

Update 5.5_zad.1_kod.cpp

parent c1079d70
Branches
No related merge requests found
......@@ -2,7 +2,7 @@
using namespace std;
float dpdt(float t, float p) {
return (3 * p - pow(p, 3));
return (3 * p - pow(p, 1.5));
}
void RungeKutta(float t0, float p0, float t, float h) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment