ardupilot/libraries/AP_Math
Peter Barker 6c788c6ae0 AP_Math: correct warning on fabsF
2024-08-08T01:51:53.6780446Z ../../libraries/AP_Math/vector3.cpp:432:9: warning: absolute value function 'fabsf' given an argument of type 'const double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
2024-08-08T01:51:53.6781336Z     if (fabsF(cosv) >= 1) {
2024-08-08T01:51:53.6781583Z         ^
2024-08-08T01:51:53.6781930Z ../../libraries/AP_Math/ftype.h:50:18: note: expanded from macro 'fabsF'
2024-08-08T01:51:53.6782342Z #define fabsF(x) fabsf(x)
2024-08-08T01:51:53.6782572Z                  ^
2024-08-08T01:51:53.6789178Z ../../libraries/AP_Math/vector3.cpp:633:16: note: in instantiation of member function 'Vector3<double>::angle' requested here
2024-08-08T01:51:53.6789800Z template class Vector3<double>;
2024-08-13 10:42:23 +10:00
..
benchmarks
examples
tests AP_Math: added comments and a test for euler ordering 2024-07-27 11:14:10 +10:00
tools/geodesic_grid
AP_GeodesicGrid.cpp
AP_GeodesicGrid.h
AP_Math.cpp
AP_Math.h
SCurve.cpp
SCurve.h
SplineCurve.cpp
SplineCurve.h
chirp.cpp
chirp.h
control.cpp
control.h
crc.cpp
crc.h
definitions.h
div1000.h
ftype.h
location.cpp
location.h
location_double.cpp
matrix3.cpp AP_Math: updated EulerAngles.pdf link 2024-07-27 11:14:10 +10:00
matrix3.h AP_Math: updated EulerAngles.pdf link 2024-07-27 11:14:10 +10:00
matrixN.cpp
matrixN.h
matrix_alg.cpp
polyfit.cpp
polyfit.h
polygon.cpp
polygon.h
quaternion.cpp
quaternion.h AP_Math: remove method operator 2024-07-31 08:54:37 +10:00
rotations.h
spline5.cpp
spline5.h
vector2.cpp
vector2.h AP_Math: Remove template parameter from constructor 2024-07-10 10:07:24 +10:00
vector3.cpp AP_Math: correct warning on fabsF 2024-08-13 10:42:23 +10:00
vector3.h AP_Math: Remove template parameter from constructor 2024-07-10 10:07:24 +10:00
vectorN.h AP_Math: Remove template parameter from constructor 2024-07-10 10:07:24 +10:00