Переход на версию 0.3: изменение подхода к именованию сущностей, добавление, изменение и удаление ряда функций

This commit is contained in:
Andrey Pokidov 2026-01-30 19:37:49 +07:00
parent d33daf4e2d
commit f7e41645fe
87 changed files with 4580 additions and 4051 deletions

View file

@ -25,19 +25,19 @@ typedef struct {
// =================== Versor =================== //
typedef struct {
BgcVersorFP32 first, second;
BGC_FP32_Versor first, second;
} TestVersorPairFP32;
typedef struct {
BgcVersorFP64 first, second;
BGC_FP64_Versor first, second;
} TestVersorPairFP64;
typedef struct {
BgcVersorFP32 first, second, result;
BGC_FP32_Versor first, second, result;
} TestVersorTripletFP32;
typedef struct {
BgcVersorFP64 first, second, result;
BGC_FP64_Versor first, second, result;
} TestVersorTripletFP64;
// ================= Functions ================== //