Macros | |
| #define | MY_PI 3.14159265358979323846 |
| #define | MY_HALF_PI 1.57079632679489661923 |
| #define | NUM_ITERATIONS 2 |
Functions | |
| double | fsin (double rad) |
| double | fcos (double rad) |
| float | InvSqrt (float x) |
| float | abs32 (float val) |
| int | abs32 (int val) |
| float | guessSqrt (float x) |
| float | newtonSqrt (float x) |
| float | sign (float x) |
| double | fasin (double x) |
| double | facos (double x) |
Variables | |
| const double | sin_table [629] |
| const double | asin_table [200] |
| #define MY_HALF_PI 1.57079632679489661923 |
| #define MY_PI 3.14159265358979323846 |
| #define NUM_ITERATIONS 2 |
| float abs32 | ( | float | val | ) |

| int abs32 | ( | int | val | ) |
| double facos | ( | double | x | ) |


| double fasin | ( | double | x | ) |

| double fcos | ( | double | rad | ) |

| double fsin | ( | double | rad | ) |

|
inline |

| float InvSqrt | ( | float | x | ) |

| float newtonSqrt | ( | float | x | ) |


| float sign | ( | float | x | ) |

| const double asin_table[200] |
| const double sin_table[629] |
1.8.2