mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
Add fixed precision atan2() function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3834 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -217,6 +217,7 @@ EXTERN ub16_t ub16divub16(ub16_t num, ub16_t denom);
|
||||
|
||||
EXTERN b16_t b16sin(b16_t rad);
|
||||
EXTERN b16_t b16cos(b16_t rad);
|
||||
EXTERN b16_t b16atan2(b16_t y, b16_t x);
|
||||
|
||||
#undef EXTERN
|
||||
#if defined(__cplusplus)
|
||||
|
||||
Reference in New Issue
Block a user