Search found 1 match

by GreenDude2
Sat Jan 22, 2022 1:04 am
Forum: GBA Development
Topic: Sin and cos not working.
Replies: 1
Views: 21084

Sin and cos not working.

Hi! Why is sin and cos not working?
I have math.h imported. but sin and cos are not working. Why is this?
Code:
#include "Intellisense.h"
#include <gba_interrupt.h>
#include <gba_systemcalls.h>
#include "gba_input.h"
#include <stdint.h>
#include <math.h>
#include <stdbool.h>

typedef uint8_t u8 ...