77 Commits (395ca9d4930fda9aeb7813cbaf7b6ba07a2171ed)

Author SHA1 Message Date
Andrew Tridgell 0b76a17e65 AP_Math: fixed expo_curve() 4 years ago
Andrew Tridgell 5660d31ca2 AP_Math: sync for 4.1.0beta releases 4 years ago
Andrew Tridgell dddd78daf7 AP_Math: allow for double EKF build 4 years ago
Andrew Tridgell 154ae64e63 AP_Math: support either polarity in linear_interpolate() 4 years ago
Tom Pittenger ba6bb21560 AP_Math: added helper for16bit float conversions 4 years ago
Andrew Tridgell e884e4c5ac AP_Math: added fixedwing_turn_rate() helper 4 years ago
Andrew Tridgell 806852c9c3 AP_Math: speedup fill nanf 4 years ago
Andrew Tridgell cdcf32d22c AP_Math: added calc_lowpass_alpha_dt() 4 years ago
Michael du Breuil 051640e2b2 AP_Math: Log line numbers on constrain_nan's for constrain float 4 years ago
Patrick José Pereira 6ee401cb00 AP_Math: Remove isnan check for non-float type 4 years ago
Tom Pittenger 787d7f5254 Revert "AP_Math: add function to convert any base to any base" 4 years ago
Tom Pittenger 935cb39dff AP_Math: add function to convert any base to any base 4 years ago
Randy Mackay bdb67532b0 AP_Math: clarify get_vel_correction_for_sensor_offset comment 5 years ago
Randy Mackay 4639e8a698 AP_Math: add get_vel_correction_for_sensor_offset 5 years ago
Peter Barker 58a8e54d83 AP_Math: create and use INTERNAL_ERROR macro so we get line numbers 5 years ago
Patrick José Pereira 1635054c4f AP_Math: Add missing constexpr 5 years ago
Andrew Tridgell 66b4e92444 AP_Math: make fill_nanf() use a signalling NaN 5 years ago
Peter Barker 6fe09b6120 AP_Math: move is_valid_octal into adsb 5 years ago
Peter Barker 975804fa35 AP_Math: remove unit_mod concept from wrap functions 5 years ago
Andrew Tridgell 9b746b89db AP_Math: added fill_nanf() 5 years ago
Peter Barker 5692f3d79e AP_Math: stop returning float for integer wrap_180/wrap_360 etc 5 years ago
Mark Whitehorn b515431008 AP_Math: add expo and throttle_curve functions 6 years ago
Peter Barker 381bb41a5e AP_Math: make constraining NaNs an internal error 6 years ago
Andrew Tridgell d4eaf09baf AP_Math: added rotation_equal() 6 years ago
Peter Barker 8fee27937a AP_Math: eliminate SITL float-equals issues 7 years ago
Peter Barker 6af0dcfed0 AP_Math: create a constrain_int64 7 years ago
Tom Pittenger 3653ba61d7 AP_Math: add is_valid_octal helper function. 7 years ago
Andrew Tridgell d4d7d1f734 AP_Math: avoid double maths when not needed 7 years ago
Andrew Tridgell f5b24a3838 AP_Math: fixed build of Sub with ChibiOS 7 years ago
Andrew Tridgell f088c3de23 AP_Math: added long templates 7 years ago
Miguel Arroyo 7cea21afa2 AP_Math: Moves rand_vec3f from SITL_State. 8 years ago
Francisco Ferreira da5060964b AP_Math: uniformize template type parameter keyword 8 years ago
Andrew Tridgell 2fcecaa7c5 AP_Math: added rand_float() 8 years ago
Lucas De Marchi 82d210144b AP_Math: remove warnings from constrain_value() 8 years ago
Lucas De Marchi 2605c7265b AP_Math: remove warnings from safe_asin() 8 years ago
Lucas De Marchi 4f8d2059f8 AP_Math: use right epsilon for is_equal() 8 years ago
murata e903cb9945 AP_Math: Change mask value to hexadecimal number. 8 years ago
Pierre Kancir da49149d19 AP_Math: is_equal correct comparison for integer as epsilon doesn't exist. 8 years ago
Andrew Tridgell a8d10e8c2c AP_Math: added get_random16() 8 years ago
Ricardo de Almeida Gonzaga 481e3a2af6 AP_Math: Fix typos 9 years ago
dgrat 6d3b491c02 AP_Math: Replace is_equal with a type safe template function 9 years ago
dgrat 503867b7dc AP_Math: Replace safe_sqrt() by template function 9 years ago
dgrat 5deb0e8e03 AP_Math: Replace safe_asin() by template function 9 years ago
Lucas De Marchi 846b4927ec AP_Math: use if/else chain instead of 2 ternary operators 9 years ago
dgrat 174f899a29 AP_Math: Replace the constrain_* functions by a single template 9 years ago
Lucas De Marchi 880f130670 AP_Math: fix loss of precision on float addition 9 years ago
dgrat 76362caee0 AP_Math: Replace wrap_* functions with template versions 9 years ago
Andrew Tridgell 6bff07397e AP_Math: added linear_interpolate() function 9 years ago
dgrat 5148e41c1a AP_Math: Cleaned macro definitions 9 years ago
dgrat 7c4c8ea579 AP_Math: Remove ROTATION_COMBINATION_SUPPORT 9 years ago