Changeset d9be488 in mainline for uspace/lib/math/include/trunc.h
- Timestamp:
- 2014-03-01T23:03:21Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 071fefec
- Parents:
- 75baf6e
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/include/trunc.h
r75baf6e rd9be488 1 1 /* 2 * Copyright (c) 20 05 Josef Cejka2 * Copyright (c) 2014 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup softfloat29 /** @addtogroup libc 30 30 * @{ 31 31 */ 32 /** @file Other functions (power, complex).32 /** @file 33 33 */ 34 34 35 #ifndef LIBMATH_TRUNC_H_ 36 #define LIBMATH_TRUNC_H_ 37 38 #include <mathtypes.h> 39 40 extern float64 trunc_float64(float64); 41 42 #endif 35 43 36 44 /** @}
Note:
See TracChangeset
for help on using the changeset viewer.