mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
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>
9 lines
134 B
Text
9 lines
134 B
Text
(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;
|