/** * @headerfile math.h * * @brief catch-all include for the RC math library functions * * Developed and tested on the BeagleBone Black but should work fine * on any Linux system. * * @author James Strawson * * @date 1/19/2018 */ #ifndef RC_MATH_H #define RC_MATH_H #include #include #include #include #include #include #include #include #include #endif // RC_MATH_H