Changeset e6f5766 in mainline for uspace/lib/math/include/trunc.h
- Timestamp:
- 2015-09-05T10:11:40Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9adb61d
- Parents:
- 01cdd5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/include/trunc.h
r01cdd5a re6f5766 38 38 #include <mathtypes.h> 39 39 40 extern float32 trunc_float32(float32);41 extern float64 trunc_float64(float64);40 extern float32_t float32_trunc(float32_t); 41 extern float64_t float64_trunc(float64_t); 42 42 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.