Safe Haskell | None |
---|---|
Language | Haskell2010 |
A type representing a circle.
Documentation
circleAsTuple :: Circle -> ((Float, Float), Float) Source #
Convert a circle to a 2-tuple representation.
circumference :: Circle -> Float Source #
Caclulate the circumfrence of a circle.