Match more of musyx
This commit is contained in:
parent
932202edc5
commit
b699b48c3f
3 changed files with 13 additions and 10 deletions
|
|
@ -36,6 +36,7 @@ double asin(double x);
|
|||
double atan2(double y, double x);
|
||||
double fmod(double x, double y);
|
||||
double log(double x);
|
||||
double pow(double x, double y);
|
||||
float tanf(float x);
|
||||
float sinf(float x);
|
||||
float cosf(float x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue