Results 1 to 5 of 5
Thread: C++
Hybrid View
-
21st May 2008 19:34 #1
-
21st May 2008 19:40 #2
, . . , - , .
Internet - it doesn't make you stupid, it just makes your stupidity more accessible to others
-
21st May 2008 20:09 #3
#include <iostream>
using namespace std;
#include <math.h>
double F(double x)
{ double res = pow((x),5) - 3;
return res;
}
void print_roots(){
double low, high;
cout<<"low=";
cin>>low;
cout<<"high=";
cin>>high;
........
...
-
21st May 2008 20:36 #4
http://en.wikipedia.org/wiki/Binary_search
, , (). .. (high - low) < EPS, EPS , 1-9., . .
"640K ught to be enough for anybody" - Bill Gates, 1981
::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel
-
21st May 2008 20:50 #5




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in