intro-0.1.0.0: Code for CMSC 16100 Lecture 01

Safe HaskellSafe
LanguageHaskell2010

Hypotenuse

Description

A module for working with triangles.

Synopsis

Documentation

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.