Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- doubleDiffCircumArea r = doub (circ r - area r)
- where
- circ x = doub (pi * r)
- area x = pi*r^2
- doub x = 2 * x
- pi = 3.14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement