- Category:
- Algorithm
- Tags:
-
[C/C++]
[源码]
- File Size:
- 1kb
- Update:
- 2013-07-16
- Downloads:
- 0 Times
- Uploaded by:
- l
Description: Romberg algorithm computes definite integrals using# include <stdio.h># Include <math.h># Define MAX 10 double func (double a) {double y if (a == 0) return y = 1 else return y = 4/(1+a* a) // return y = pow (a, 2) }
To Search:
File list (Check if you may need any files):
rom.c