intro-0.1.0.0: Code for CMSC 16100 Lecture 01
Hypotenuse
Description
A module for working with triangles.
hypotenuse :: Double -> Double -> Double #
Compute the length of the hypotenuse of a triangle from the lengths of its sides.
square :: Num n => n -> n #
Square a number.