mirror of
https://github.com/zeldaret/tp
synced 2026-05-30 17:06:11 -04:00
589cc12296
* wip * bunch of MSL_C files thanks to pikmin2 decomp for their work * format / asm * progress * fix * fix remove-asm to work with C files * init / start
6 lines
149 B
C
6 lines
149 B
C
#include "fdlibm.h"
|
|
|
|
/* 8036C6E0-8036C700 367020 0020+00 0/0 2/2 3/3 .text acos */
|
|
double acos(double x) {
|
|
return __ieee754_acos(x);
|
|
} |