hello,
had trouble compiling this program and don't know whats the matter...........
#include<stdio.h>
#define NMAX 100
double NextB( double B[], int *firstK, int *lastK, int n);
int main() {
double B[NMAX+1];
double maxB;
int n, firstK, lastK,
B[0] = 0.5;
return 0;
}
and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.