Changeset 9adb61d in mainline for uspace/lib/math/include
- Timestamp:
- 2015-09-05T11:50:00Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 996dc042, ba8eecf
- Parents:
- e6f5766
- Location:
- uspace/lib/math/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/include/ceil.h
re6f5766 r9adb61d 38 38 #include <mathtypes.h> 39 39 40 extern float32_t float32_ceil(float32_t); 40 41 extern float64_t float64_ceil(float64_t); 41 42 -
uspace/lib/math/include/floor.h
re6f5766 r9adb61d 38 38 #include <mathtypes.h> 39 39 40 extern float32_t float32_floor(float32_t); 40 41 extern float64_t float64_floor(float64_t); 41 42 -
uspace/lib/math/include/mod.h
re6f5766 r9adb61d 36 36 #define LIBMATH_MOD_H_ 37 37 38 extern float32_t float32_mod(float32_t, float32_t); 38 39 extern float64_t float64_mod(float64_t, float64_t); 39 40 -
uspace/lib/math/include/trig.h
re6f5766 r9adb61d 38 38 #include <mathtypes.h> 39 39 40 extern float32_t float32_sin(float32_t); 40 41 extern float64_t float64_sin(float64_t); 42 extern float32_t float32_cos(float32_t); 41 43 extern float64_t float64_cos(float64_t); 42 44
Note:
See TracChangeset
for help on using the changeset viewer.