#ifndef MATH_H #define MATH_H #include #include "array.h" int32_t lerp(int32_t x_in, int32_t y_in, float position); int_array find_divisors(); #endif