mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
feat(userspace/libc): implement <math.h> header
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
edeecf7831
commit
a0e3993a3f
@ -255,7 +255,7 @@ typedef long double double_t;
|
|||||||
double round(double x);
|
double round(double x);
|
||||||
float roundf(float x);
|
float roundf(float x);
|
||||||
long double roundl(long double x);
|
long double roundl(long double x);
|
||||||
double scalb(double x, double y);
|
double scalb(double x, double n);
|
||||||
double scalbln(double x, long n);
|
double scalbln(double x, long n);
|
||||||
float scalblnf(float x, long n);
|
float scalblnf(float x, long n);
|
||||||
long double scalblnl(long double x, long n);
|
long double scalblnl(long double x, long n);
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user