refresh
This commit is contained in:
parent
b7271e447b
commit
e021fa2970
@ -1,5 +1,4 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#define maxcoe 100
|
||||
|
||||
int read_number (double *num) {
|
||||
@ -23,7 +22,7 @@ double hornerovaschema (double x, double cofecients[], int count) { //вычес
|
||||
}
|
||||
|
||||
int main() {
|
||||
double x;
|
||||
double x; //хранит точку, в которой вычисляется многочлен.
|
||||
double cof[maxcoe];
|
||||
int count = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user