chibi-scheme/tests/snow/repo3/pythagoras/hypotenuse.sch
2015-04-24 14:10:57 +09:00

6 lines
201 B
Scheme

;;> Utility to determine the length of the hypotenuse of a right
;;> triangle given the other two sides.
(define-library (pythagoras hypotenuse)
(export hypotenuse)
(include-shared "hypotenuse"))