Macros | Functions
turbomath.h File Reference
#include <cstdint>
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 86 of file turbomath.cpp.

float turboasin ( float  x)

Definition at line 127 of file turbomath.cpp.

float turboatan2 ( float  y,
float  x 
)

Definition at line 204 of file turbomath.cpp.

float turbocos ( float  x)

Definition at line 172 of file turbomath.cpp.

double turbopow ( double  a,
double  b 
)

Definition at line 234 of file turbomath.cpp.

float turbosin ( float  x)

Definition at line 157 of file turbomath.cpp.



rosflight_utils
Author(s):
autogenerated on Thu Apr 15 2021 05:10:07