summaryrefslogtreecommitdiff
path: root/files/practicum/EllipsOmtrek.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'files/practicum/EllipsOmtrek.dcl')
-rw-r--r--files/practicum/EllipsOmtrek.dcl6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/practicum/EllipsOmtrek.dcl b/files/practicum/EllipsOmtrek.dcl
deleted file mode 100644
index 911128a..0000000
--- a/files/practicum/EllipsOmtrek.dcl
+++ /dev/null
@@ -1,6 +0,0 @@
-definition module EllipsOmtrek
-
-/* perimeter precision (r1,r2) computes the perimeter of an ellipse with radii r1 and r2.
- All arguments must be positive Reals.
-*/
-perimeter :: Real (Real,Real) -> Real