[liba] add the method ceilf in math library

Change-Id: I339c6e51b5b89d6d18ee5dc55f069919697aea3a
This commit is contained in:
Émilie Feral
2016-11-29 11:25:39 +01:00
parent a0c9b858c5
commit 9b01508fac
3 changed files with 51 additions and 0 deletions

View File

@@ -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);