Go to the source code of this file.
◆ binary_pow()
int binary_pow |
( |
int |
b, |
|
|
u32 |
e |
|
) |
| |
Возведение в степень
- Parameters
-
- Returns
- int
◆ calculate_discriminant()
float calculate_discriminant |
( |
float |
a, |
|
|
float |
b, |
|
|
float |
c |
|
) |
| |
Вычисление факториала
- Parameters
-
a | переменная A |
b | переменная B |
c | переменная C |
- Returns
- float
◆ cfactorial_sum()
u32 cfactorial_sum |
( |
char |
num_chars[] | ) |
|
Факторил из строки
- Parameters
-
- Returns
- u32
◆ factorial()
Факториал
- Parameters
-
- Returns
- u32
◆ fibonacci()
Фибоначчи
- Parameters
-
- Returns
- u32
◆ ifactorial_sum()
u32 ifactorial_sum |
( |
long |
nums[], |
|
|
int |
size |
|
) |
| |
Факториал из массива чисел
- Parameters
-
nums | массив чисел |
size | размер массива |
- Returns
- u32