Function: mypack [times] Calling sequence: times (x, y) Parameters: x, y - 2 real numbers Decription: Computes the product of 2 numbers. Examples: with (mypack): y := times (2, 5); y := 10 y := times (a, b); y := a b