Andrew Tridgell
|
ee1975d47a
|
AP_Math: added tesla conversions
|
2023-12-17 09:47:30 +11:00 |
Peter Barker
|
c5eab29f5e
|
AP_Math: add F_TO_KELVIN and C_TO_F
|
2023-11-17 13:09:02 +11:00 |
Peter Barker
|
40c4bf5d6a
|
AP_Math: add conversions from metres to feet
|
2023-09-08 19:44:07 +10:00 |
Andrew Tridgell
|
af491e2f2a
|
AP_Math: define M_PI to more digits for use by code that uses DOUBLE_PRECISION_SOURCES
|
2023-07-18 11:06:02 +10:00 |
Reilly Callaway
|
a261e4595a
|
AP_Math: Add kg/m^3 to g/cm^3 conversion define
|
2022-09-20 15:24:48 +10:00 |
Peter Barker
|
a08025125b
|
AP_Math: tidy includes
|
2022-05-03 09:14:58 +10:00 |
Peter Barker
|
e988bf9046
|
AP_Math: add KELVIN_TO_C define
|
2022-01-13 18:31:46 +11:00 |
arbalasquide
|
fd3c83c0d1
|
AP_Math: Add AUS_TO_MAH definition
|
2021-12-22 07:52:03 +11:00 |
Tom Pittenger
|
ec5820044b
|
AP_Math: add defines for AP_SEC_PER_HOUR and AP_MSEC_PER_HOUR
|
2021-11-23 09:16:04 +11:00 |
Andrew Tridgell
|
afb928081a
|
AP_Math: use ftype for a few internal trig fns
|
2021-07-10 07:20:41 +10:00 |
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
|
2021-06-29 17:26:34 +09:00 |
Gone4Dirt
|
5edae526fd
|
AP_Math: Add conversion Ams to mAh
|
2020-11-24 12:54:52 +11:00 |
Andrew Tridgell
|
2480a62e55
|
AP_Math: added speed/distance conversions
|
2019-07-13 11:05:57 +10:00 |
Peter Hall
|
ea4ecebfc4
|
AP_Math: add speed unit converstion defs
|
2019-06-03 10:48:19 +09:00 |
Francisco Ferreira
|
6e95a144ef
|
AP_Math: add macro for m/s to knots convertion
|
2019-05-21 09:41:15 +10:00 |
Michael du Breuil
|
d568767164
|
AP_Math: Add conversion between inches of water to pascals
|
2018-08-08 09:07:17 +10:00 |
Patrick José Pereira
|
1ca6647b2e
|
AP_Math: Create Standard Sea Level variables
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2018-05-23 02:36:43 +01:00 |
Andrew Tridgell
|
3b8ec3a2a0
|
AP_Math: allow double precision maths where needed
|
2018-05-07 11:43:23 +10:00 |
Andrew Tridgell
|
ee1fea55ce
|
AP_Math: moved constants from AP_Baro
|
2018-01-16 07:14:20 +11:00 |
Dr.-Ing. Amilcar Do Carmo Lucas
|
ec1790dad9
|
AP_Math: Use DEGX100 define instead of hardcoded value (NFC)
|
2017-12-05 08:54:49 +09:00 |
Andrew Tridgell
|
607220d12b
|
AP_Math: rename macros to avoid conflicts
these macros were also defined in NuttX in clock.h
|
2017-05-06 15:21:14 +10:00 |
Francisco Ferreira
|
7afcbf51ec
|
AP_Math: also fix SEC_PER_WEEK
|
2017-03-13 02:57:30 +00:00 |
murata
|
1982285e23
|
AP_Math: update MSEC_PER_SEC definition to fix GPS time calcs
|
2017-03-13 11:50:33 +09:00 |
murata
|
30151c8253
|
Global: Define MSEC_PER_SEC, MSEC_PER_WEEK, SEC_PER_WEEK and UNIX_OFFSET.
|
2017-02-11 01:34:09 -08:00 |
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.
|
2017-02-06 09:27:22 -08:00 |
Lucas De Marchi
|
a500aced3c
|
AP_Math: remove unused double constants
|
2017-02-06 09:27:22 -08:00 |
Lucas De Marchi
|
7b7e73680f
|
AP_Math: add USEC_PER_MSEC
|
2016-07-30 00:55:28 -03:00 |
Gustavo Jose de Sousa
|
26959f1448
|
AP_Math: define golden ratio constant
|
2016-05-16 19:08:35 -03:00 |
Lucas De Marchi
|
ab1fa4b435
|
AP_Math: reorganize headers
Sort and add pragma once where needed.
|
2016-05-10 11:41:26 -03:00 |
Ricardo de Almeida Gonzaga
|
5bd034a5a8
|
Global: start using cmath instead of math.h
|
2016-04-05 21:06:19 -07:00 |
Lucas De Marchi
|
7f685a12bd
|
AP_Math: remove trailing whitespaces and tabs
|
2016-02-27 02:51:33 -03:00 |
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.
|
2016-02-27 02:51:33 -03:00 |