#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | M_PI 3.14159 |
Functions | |
int32_t | sign (int32_t y) |
float | sign (float y) |
float | turboasin (float x) |
float | turboatan2 (float y, float x) |
float | turbocos (float x) |
double | turbopow (double a, double b) |
float | turbosin (float x) |
#define M_PI 3.14159 |
Definition at line 36 of file turbomath.h.
int32_t sign | ( | int32_t | y | ) |
float sign | ( | float | y | ) |
Definition at line 94 of file turbomath.cpp.
float turboasin | ( | float | x | ) |
Definition at line 137 of file turbomath.cpp.
float turboatan2 | ( | float | y, |
float | x | ||
) |
Definition at line 218 of file turbomath.cpp.
float turbocos | ( | float | x | ) |
Definition at line 184 of file turbomath.cpp.
double turbopow | ( | double | a, |
double | b | ||
) |
Definition at line 248 of file turbomath.cpp.
float turbosin | ( | float | x | ) |
Definition at line 167 of file turbomath.cpp.