16e6419a535e85a90d398b0a47832cb9a7b0e981
[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);