src/Utils.h

changeset 20
fcbbddcc22c1
child 29
76846c99f827
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Utils.h	Sat Feb 19 22:17:09 2022 +0100
@@ -0,0 +1,19 @@
+#ifndef _UTILS_H
+#define	_UTILS_H
+
+
+/**
+ * @namespace Utils
+ *
+ * @brief Global math functions.
+ */
+namespace Utils {
+
+    double Round(double n, int d);
+
+    double lintner_to_kolbach(double lintner);
+
+    double kolbach_to_lintner(double kolbach);
+}
+
+#endif

mercurial