summaryrefslogtreecommitdiff
path: root/include/sys_math.h
blob: 61c19d01678a9fd92cf0946566ebafbb0801b769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SYS_MATH_H
#define SYS_MATH_H

#include "ultra64.h"

// void reverse_u32();
// void init_rnd();
// void ffact();
// void ifact();
// void powi();
// void sinf_table();
// void cosf_table();
// void tanf_table();

#endif