Improvement: approximation of math functions

This commit is contained in:
Antoine SOULIER
2022-04-20 14:55:46 +02:00
parent ddc6522790
commit 279da7b6d2
6 changed files with 210 additions and 8 deletions

View File

@@ -24,10 +24,10 @@
#define __LC3_COMMON_H
#include <lc3.h>
#include "fastmath.h"
#include <limits.h>
#include <string.h>
#include <math.h>
/**