Changes in uspace/lib/math/include/trig.h [c0c38c7c:ba11ebb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/include/trig.h
rc0c38c7c rba11ebb 36 36 #define LIBMATH_TRIG_H_ 37 37 38 extern float64_t float64_sin(float64_t);39 extern float64_t float64_cos(float64_t);38 extern double double_sin(double); 39 extern double double_cos(double); 40 40 41 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.