Files
oot/src/libultra_code/coss.c
T
JoshDuMan b8a0751518 Match coss.c (#86)
* Match coss.c

* Remove asm file.

* Update src/libultra_code/coss.c

Co-Authored-By: Lucas Shaw <49287729+shawlucas@users.noreply.github.com>

Co-authored-by: Lucas Shaw <49287729+shawlucas@users.noreply.github.com>
2020-04-21 17:40:56 -04:00

7 lines
109 B
C

#include "libultra_internal.h"
#include <global.h>
s16 coss(u16 angle) {
return sins(angle + 0x4000);
}