mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[liba] add the method ceilf in math library
Change-Id: I339c6e51b5b89d6d18ee5dc55f069919697aea3a
This commit is contained in:
@@ -18,6 +18,7 @@ int isinff(float x);
|
||||
int isnanf(float x);
|
||||
#define isnan(x) isnanf(x)
|
||||
|
||||
float ceilf(float x);
|
||||
float copysignf(float x, float y);
|
||||
float cosf(float x);
|
||||
float fabsf(float x);
|
||||
|
||||
Reference in New Issue
Block a user