Merge pull request #228 from CookieGamer733/patch-1

Correct spelling.
This commit is contained in:
Julien Le Coupanec 2021-09-23 15:29:10 +02:00 committed by GitHub
commit dbc5b69dc8
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