Changes in uspace/lib/math/include/trig.h [9adb61d:c0c38c7c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/include/trig.h
r9adb61d rc0c38c7c 36 36 #define LIBMATH_TRIG_H_ 37 37 38 #include <mathtypes.h>39 40 extern float32_t float32_sin(float32_t);41 38 extern float64_t float64_sin(float64_t); 42 extern float32_t float32_cos(float32_t);43 39 extern float64_t float64_cos(float64_t); 44 40
Note:
See TracChangeset
for help on using the changeset viewer.