53b10a1405
MATLAB is often used in industry and academia for scientific computations motivating it being included as a built-in pattern. Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se> Signed-off-by: Junio C Hamano <gitster@pobox.com>
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
(0) (-0e10) 'y';
|
|
[x] {x} x.y;
|
|
~x;
|
|
x*y x.*y x/y x./y x^y x.^y x.\y x.';
|
|
x+y x-y;
|
|
x&y x&&y x|y x||y;
|
|
x<y x<=y x>y x>=y;
|
|
x==y x~=y;
|
|
x,y;
|