SayoriOS
0.3.3
float.h
1
#pragma once
2
3
// Float numbers by NDRAEY
4
bool
float_get_sign(
float
num);
5
int
float_get_exp(
float
num);
6
int
float_get_mantissa(
float
num);
7
8
float
modf(
float
value,
int
* intres);
9
int
float_get_frac_part(
float
value);
kernel
include
sys
float.h
Документация по SayoriOS. Последние изменения: Вс 8 Дек 2024 11:15:21. Создано системой
1.9.1