Andrew Tridgell
|
607220d12b
|
AP_Math: rename macros to avoid conflicts
these macros were also defined in NuttX in clock.h
|
8 years ago |
Francisco Ferreira
|
7afcbf51ec
|
AP_Math: also fix SEC_PER_WEEK
|
8 years ago |
murata
|
1982285e23
|
AP_Math: update MSEC_PER_SEC definition to fix GPS time calcs
|
8 years ago |
murata
|
30151c8253
|
Global: Define MSEC_PER_SEC, MSEC_PER_WEEK, SEC_PER_WEEK and UNIX_OFFSET.
|
8 years ago |
Lucas De Marchi
|
48d94db259
|
AP_Math: double constants need a type
We can't use define since we use -fsingle-precision-constant and they
would be interpreted as float.
|
8 years ago |
Lucas De Marchi
|
a500aced3c
|
AP_Math: remove unused double constants
|
8 years ago |
Lucas De Marchi
|
7b7e73680f
|
AP_Math: add USEC_PER_MSEC
|
9 years ago |
Gustavo Jose de Sousa
|
26959f1448
|
AP_Math: define golden ratio constant
|
9 years ago |
Lucas De Marchi
|
ab1fa4b435
|
AP_Math: reorganize headers
Sort and add pragma once where needed.
|
9 years ago |
Ricardo de Almeida Gonzaga
|
5bd034a5a8
|
Global: start using cmath instead of math.h
|
9 years ago |
Lucas De Marchi
|
7f685a12bd
|
AP_Math: remove trailing whitespaces and tabs
|
9 years ago |
dgrat
|
5148e41c1a
|
AP_Math: Cleaned macro definitions
Moved Definitions into a separate header. Replaced PI with M_PI and
removed the M_PI_*_F macros.
|
9 years ago |