Macros | Functions
turbomath.h File Reference
#include <stdint.h>
Include dependency graph for turbomath.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define M_PI   3.14159

Definition at line 36 of file turbomath.h.

Function Documentation

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.



rosflight_utils
Author(s):
autogenerated on Wed Jul 3 2019 20:00:31