Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/efun/asin b/doc/efun/asin
new file mode 100644
index 0000000..44c6d4d
--- /dev/null
+++ b/doc/efun/asin
@@ -0,0 +1,8 @@
+SYNOPSIS
+        float asin(float)
+
+BESCHREIBUNG
+        Liefert der Arkussinus des Argumentes.
+
+SIEHE AUCH
+        sin(E), cos(E), acos(E), tan(E), atan(E), atan2(E)