More MusyX imps

Former-commit-id: bc71ab6d82
This commit is contained in:
2023-06-21 16:27:28 -07:00
parent 352d43e6b4
commit 4b9f2b597d
9 changed files with 957 additions and 60 deletions

View File

@@ -92,6 +92,7 @@ float floorf(float x) { return floor(x); }
double fabs(double x);
double pow(double x, double y);
float powf(float __x, float __y) { return pow(__x, __y); }
#ifdef __MWERKS__
#pragma cplusplus on