adding monkeytype
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled

This commit is contained in:
Benjamin Falch
2026-04-23 13:53:44 +02:00
parent e214a2fd35
commit 2bc741fb78
1930 changed files with 7590652 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
{
"name": "code_matlab",
"noLazyMode": true,
"words": [
"x",
"X",
".^",
"plot",
"plot3",
"contour",
"contour3",
"y",
"Y",
"function[]",
"for",
"end",
"meshgrid",
"a:0.1:b",
"sin()",
"cosh()",
"sinh()",
"cos()",
"tan()",
"log()",
"sqrt()",
"exp()",
"@(x)",
"i=0",
"i++",
"~=",
"&&",
"==",
"linspace",
"ans",
"pi",
"nan",
"eps",
"real()",
"angle()",
"ceil",
"logspace",
"abs",
"floor",
"hold",
"figure",
"factorial()",
"round()",
"surf()",
"scatter()",
"quiver()",
"f(x)",
"sign()",
"%comment",
"else",
"curl()",
"integral()",
"break",
"continue",
"roots()",
"normalize()",
"sort()",
"table()",
"text()",
"label()",
"zeros()",
"ones()",
"||"
]
}