Исправление функции, которая находит трёхмерных поворот между двумя парами векторов

This commit is contained in:
Andrey Pokidov 2026-02-06 20:33:37 +07:00
parent 57280ac3f3
commit 2ce4b64ca3
7 changed files with 705 additions and 467 deletions

View file

Internal server error - Personal Git Server: Beyond coding. We Forge.

500

Internal server error

Forgejo version: 11.0.1+gitea-1.22.0

@ -79,7 +79,7 @@ void list_work(const uint_fast32_t amount, structure_fp32_t* list)
} }
} }
} }
/*
int main() int main()
{ {
const unsigned int amount = 1000000; const unsigned int amount = 1000000;
@ -121,7 +121,7 @@ int main()
return 0; return 0;