RosettaCodeData/Task/Gamma-function/Maple/gamma-function.maple

5 lines
74 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
GAMMA(17/2);
GAMMA(7*I);
M := Matrix(2, 3, 'fill' = -3.6);
MTM:-gamma(M);