add comments for some official names

This commit is contained in:
Rena Kunisaki
2023-01-31 12:02:37 -05:00
parent ff5c6775e9
commit bcd0e5a54b
32 changed files with 88 additions and 15 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);