Skip to content

Commit 3f465f2

Browse files
committed
Added atan2 function to api-c-stdlib docs
1 parent 38d2831 commit 3f465f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api/api-c-stdlib.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ void assert(int expression);
108108
double acos(double arg);
109109
double asin(double arg);
110110
double atan(double arg);
111+
double atan2(double y, double x);
111112
double ceil(double arg);
112113
double cos(double arg);
113114
double exp(double arg);

0 commit comments

Comments
 (0)