Add fmod function to the fdlibm

JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan szledan.u-szeged@partner.samsung.com
This commit is contained in:
Szilard Ledan
2015-06-17 16:02:05 +02:00
parent e3861d7cd1
commit bac7908448
3 changed files with 180 additions and 0 deletions
+1
View File
@@ -75,5 +75,6 @@ extern EXTERN_C double floor(double);
// Other functions
extern EXTERN_C double fabs(double);
extern EXTERN_C double fmod(double, double);
#endif /* !JERRY_FDLIBM_MATH_H */