Correct spelling.

This commit is contained in:
CookieGamer733 2021-09-21 12:24:24 -05:00 committed by GitHub
parent 01cbe6f0bd
commit ae5f62c7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ int c = a + b;
double tan(double theta) //tangent of theta
double toRadians(double degrees) // convert angle from degrees to radians
double toDegrees(double radians) // convert angle from radians to degrees
double exp(doube a) // exponential (e^a)
double exp(double a) // exponential (e^a)
double pow(double a, double p) //raise a to the bth power (a^b)
double random() //random in [0,1)
double sqrt(double a) //square root of a