Changes in uspace/lib/math/include/trunc.h [e6f5766:a11bcb1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/include/trunc.h
re6f5766 ra11bcb1 38 38 #include <mathtypes.h> 39 39 40 extern float32_t float32_trunc(float32_t); 41 extern float64_t float64_trunc(float64_t); 40 extern float64 trunc_float64(float64); 42 41 43 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.