Merge pull request #362 from RenaKunisaki/master

import several names from JFG symbol table
This commit is contained in:
David Benepe
2023-02-02 16:39:23 -06:00
committed by GitHub
79 changed files with 232 additions and 158 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#define M_PI 3.14159265358979323846
float sinf(float);
float sinf(float); //official name: fsin
double sin(double);
float cosf(float);
double cos(double);