ardupilot/libraries/AP_Math
Peter Barker 43f3d611b2 AP_Math: pragma away the float-equal test for the maths tests
There are legitimate reasons for doing direct equivalence in these files
2018-08-28 09:54:47 +10:00
..
benchmarks
examples
tests AP_Math: pragma away the float-equal test for the maths tests 2018-08-28 09:54:47 +10:00
tools/geodesic_grid
AP_GeodesicGrid.cpp
AP_GeodesicGrid.h
AP_Math.cpp AP_Math: eliminate SITL float-equals issues 2018-08-28 09:54:47 +10:00
AP_Math.h
crc.cpp
crc.h
definitions.h AP_Math: Add conversion between inches of water to pascals 2018-08-08 09:07:17 +10:00
edc.cpp
edc.h
keywords.txt
location.cpp
location.h
location_double.cpp
matrix3.cpp
matrix3.h AP_Math: added a comment on conventions for to_euler() 2018-07-18 16:07:19 +10:00
matrixN.cpp
matrixN.h
matrix_alg.cpp
polygon.cpp
polygon.h
quaternion.cpp
quaternion.h AP_Math: quaternion requires isnan, so include math.h to get it 2018-07-02 09:31:11 +10:00
rotations.h AP_Math: Add a warning to rotations to indicate that it is expected to 2018-07-26 12:58:14 +09:00
spline5.cpp
spline5.h
vector2.cpp AP_Math: fixed a bug in segment_intersection() 2018-08-14 19:41:45 +10:00
vector2.h AP_Math: fix float-equals warnings 2018-08-15 12:16:49 +10:00
vector3.cpp
vector3.h
vectorN.h