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

5 lines
74 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
GAMMA(17/2);
GAMMA(7*I);
M := Matrix(2, 3, 'fill' = -3.6);
MTM:-gamma(M);