![]() |
PandA-2024.02
|
#include "cordic.h"
Go to the source code of this file.
Functions | |
| void | cordic_atan2 (coord_t y0, coord_t x0, phase_t *zn) |
| void | top_atan2 (coord_t y0, coord_t x0, phase_t *zn) |
| void cordic_atan2 | ( | coord_t | y0, |
| coord_t | x0, | ||
| phase_t * | zn | ||
| ) |
Definition at line 44 of file cordic_atan2.cpp.
Referenced by top_atan2().

| void top_atan2 | ( | coord_t | y0, |
| coord_t | x0, | ||
| phase_t * | zn | ||
| ) |
Definition at line 152 of file cordic_atan2.cpp.
References cordic_atan2().
Referenced by main().


1.8.13