mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +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
(1) (-1e10) 'b';
|
|
[a] {a} a.b;
|
|
~a;
|
|
a*b a.*b a/b a./b a^b a.^b a.\b a.';
|
|
a+b a-b;
|
|
a&b a&&b a|b a||b;
|
|
a<b a<=b a>b a>=b;
|
|
a==b a~=b;
|
|
a,b;
|