Big MSL_C update (#546)
* match acos, asin, fmod, and math_ppc * match many files in MSL_C math_ppc, s_copysign, s_cos, s_modf, s_sin, s_tan, w_acos, w_asin, w_fmod, w_pow
This commit is contained in:
parent
d72f538b87
commit
d6da17b604
14 changed files with 556 additions and 16 deletions
|
|
@ -0,0 +1,5 @@
|
|||
double acos(double x);
|
||||
double tan(double);
|
||||
double sin(double);
|
||||
double cos(double);
|
||||
double atan2(double);
|
||||
Loading…
Add table
Add a link
Reference in a new issue