* Add an exact method to compute an ellipse from three points and two tangents.
[master-thesis.git] / Parasitemia / Parasitemia / Const.fs
index 0d2e52e..304d3a9 100644 (file)
@@ -1,4 +1,3 @@
 module Const
 
-// TODO: try with a literal and check performance.
 let PI = float32 System.Math.PI
\ No newline at end of file