This commit is contained in:
Martin
2022-11-03 16:55:49 +01:00
commit f250c24f90
28 changed files with 10923 additions and 0 deletions

13
tests/virt.test.ts Normal file
View File

@@ -0,0 +1,13 @@
test("try ", () => {
const x = 200;
const y = -100;
const atan = Math.atan(Math.abs(y) / Math.abs(x));
console.log(Math.sin(atan) * y);
console.log(Math.cos(atan) * x);
expect(true).toBeTruthy();
});
export {};

9
tests/virt.test.ts.meta Normal file
View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "62fcbd59-7ce1-4582-91c1-e502763b791b",
"files": [],
"subMetas": {},
"userData": {}
}