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:
CreateSource 2025-01-24 10:44:07 -05:00
parent e4af42aa23
commit 2f0cbc494a
14 changed files with 556 additions and 15 deletions

View file

@ -0,0 +1,5 @@
double acos(double x);
double tan(double);
double sin(double);
double cos(double);
double atan2(double);