Описания углов и небольшие правки в библиотеке

This commit is contained in:
Andrey Pokidov 2024-11-23 00:34:35 +07:00
parent aa581a9b2b
commit eaf12b0a08
13 changed files with 120 additions and 22 deletions

View file

@ -19,10 +19,10 @@ and **binary64** types of the **IEEE 754** standard).
Thus there are two prefixes of types:
* **FP32** - means **F**loating **P**oint 32 bit, which corresponds to the
* **FP32** - means **F**loating **P**oint, **32** bit, which corresponds to the
**float** type of the C language.
* **FP32** - means **F**loating **P**oint 64 bit, which corresponds to the
* **FP32** - means **F**loating **P**oint, **64** bit, which corresponds to the
**double** type of the C language.
The types of structures which are based in the **float** type have **FP32** as