We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
math.h
1 parent 575abc4 commit a0f40d9Copy full SHA for a0f40d9
2 files changed
keyboards/rubi/lib/calc.c
@@ -13,6 +13,7 @@ This is the modified version of [calculator by MWWorks](https://github.com/MWWor
13
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
14
15
*/
16
+#include <math.h>
17
#include "rubi.h"
18
19
static uint8_t calc_current_operand = 0;
keyboards/terrazzo/terrazzo.c
@@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "terrazzo.h"
20
#ifdef LED_MATRIX_ENABLE
0 commit comments