X-Git-Url: https://www.hackdaworld.org/gitweb/?p=physik%2Fcomputational_physics.git;a=blobdiff_plain;f=general.h;fp=general.h;h=dd032a402e51851c153cda7b1a967100634667cb;hp=0000000000000000000000000000000000000000;hb=1f172cee5738b87844ca151b22a62bdbdff7b7f5;hpb=345e0e95bea02628a790e751d992f2ff6b37bf4b diff --git a/general.h b/general.h new file mode 100644 index 0000000..dd032a4 --- /dev/null +++ b/general.h @@ -0,0 +1,6 @@ +/* function prototypes */ + +double fak(int l); +double fak2(int l); +double absolute_value(double l); +