Rev 2047 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2047 | Rev 2048 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | #define MATH_UNIT_FACTOR (1L<<LOG_MATH_UNIT_FACTOR) |
18 | #define MATH_UNIT_FACTOR (1L<<LOG_MATH_UNIT_FACTOR) |
Line 19... | Line 19... | ||
19 | 19 | ||
20 | int16_t sin_360(int16_t arg); |
20 | int16_t sin_360(int16_t arg); |
21 | int16_t cos_360(int16_t arg); |
21 | int16_t cos_360(int16_t arg); |
- | 22 | int16_t tan_360(int16_t arg); |
|
- | 23 |