added general lib
[physik/computational_physics.git] / general.h
diff --git a/general.h b/general.h
new file mode 100644 (file)
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);
+