* Add area granulometry (not used for the moment)
[master-thesis.git] / Parasitemia / Parasitemia / Const.fs
diff --git a/Parasitemia/Parasitemia/Const.fs b/Parasitemia/Parasitemia/Const.fs
new file mode 100644 (file)
index 0000000..0d2e52e
--- /dev/null
@@ -0,0 +1,4 @@
+module Const
+
+// TODO: try with a literal and check performance.
+let PI = float32 System.Math.PI
\ No newline at end of file