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

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

@ -36,5 +36,5 @@ functions of **float** type and another one is for date of th **double** type.
And there are several bridges connect both of the halves. Those bridges are
the functions of the type conversion.
But there are no functions which use data of different types (*float* and
*double* at the same time) for the computations.
But there are no functions which use data of different types (**float** and
**double** at the same time) for the computations.