Help for this page
double hypotenuse (double val_x, double val_y) { return sqrt (val_x*val_x + val_y*val_y); }
#include "hypotenuse.h"
MODULE = Geometry PACKAGE = Geometry