
Go to the source code of this file.
Defines | |
| #define | myacos(x) ( ((float) (M_PI/2) ) - myasin(x)) |
Functions | |
| int | main () |
| float | myasin (float x) |
| void | polar (float x, float y, double *restrict rho, double *restrict theta) |
| void | polar2 (double x, double y, double *restrict rho, double *restrict theta) |
Definition at line 35 of file math_utils_test.c.
| int main | ( | ) |
Definition at line 70 of file math_utils_test.c.
| float myasin | ( | float | x | ) | [inline] |
Definition at line 7 of file math_utils_test.c.
Definition at line 36 of file math_utils_test.c.
Definition at line 65 of file math_utils_test.c.