Peter Barker
|
e988bf9046
|
AP_Math: add KELVIN_TO_C define
|
3 years ago |
arbalasquide
|
fd3c83c0d1
|
AP_Math: Add AUS_TO_MAH definition
|
3 years ago |
Tom Pittenger
|
ec5820044b
|
AP_Math: add defines for AP_SEC_PER_HOUR and AP_MSEC_PER_HOUR
|
3 years ago |
Andrew Tridgell
|
afb928081a
|
AP_Math: use ftype for a few internal trig fns
|
4 years ago |
Andrew Tridgell
|
978ea307b0
|
AP_Math: fixed the value LATLON_TO_CM
it didn't have enough digits of precision, and was inconsistent with
LOCATION_SCALING_FACTOR
|
4 years ago |
Gone4Dirt
|
5edae526fd
|
AP_Math: Add conversion Ams to mAh
|
4 years ago |
Andrew Tridgell
|
2480a62e55
|
AP_Math: added speed/distance conversions
|
6 years ago |
Peter Hall
|
ea4ecebfc4
|
AP_Math: add speed unit converstion defs
|
6 years ago |
Francisco Ferreira
|
6e95a144ef
|
AP_Math: add macro for m/s to knots convertion
|
6 years ago |
Michael du Breuil
|
d568767164
|
AP_Math: Add conversion between inches of water to pascals
|
7 years ago |
Patrick José Pereira
|
1ca6647b2e
|
AP_Math: Create Standard Sea Level variables
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
7 years ago |
Andrew Tridgell
|
3b8ec3a2a0
|
AP_Math: allow double precision maths where needed
|
7 years ago |
Andrew Tridgell
|
ee1fea55ce
|
AP_Math: moved constants from AP_Baro
|
7 years ago |
Dr.-Ing. Amilcar Do Carmo Lucas
|
ec1790dad9
|
AP_Math: Use DEGX100 define instead of hardcoded value (NFC)
|
7 years ago |
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 |