Include math.h where necessary. (#25122)
Some checks are pending
Update API Data / api_data (push) Waiting to run
CLI CI / test (push) Waiting to run
Update develop after master merge / develop_update (push) Waiting to run
Lint Format / lint (push) Waiting to run
Regenerate Files / regen (push) Waiting to run
Unit Tests / test (push) Waiting to run

This commit is contained in:
Nick Brassel 2025-04-10 00:28:30 +10:00 committed by GitHub
parent 575abc48a3
commit a0f40d9410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ This is the modified version of [calculator by MWWorks](https://github.com/MWWor
Feel free to fix it! I think it needs to detect the precision of the two operands and then figure out what the precision of the result should be
*/
#include <math.h>
#include "rubi.h"
static uint8_t calc_current_operand = 0;

View File

@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <math.h>
#include "terrazzo.h"
#ifdef LED_MATRIX_ENABLE