added runge kutta example
[physik/computational_physics.git] / general.h
1 /* function prototypes */
2
3 double fak(int l);
4 double fak2(int l);
5 double absolute_value(double l);
6 int my_rand(int max);
7 int my_srand(int seed);
8 double my_nrand(void);