summaryrefslogtreecommitdiff
path: root/files/practicum/EllipsOmtrek.dcl
blob: 911128a689b253fe64ceeb9a45e81f68b1de6862 (plain) (blame)
1
2
3
4
5
6
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