diff --git a/README.md b/README.md index 2ff7e35..c2f5a38 100644 --- a/README.md +++ b/README.md @@ -500,7 +500,7 @@ Numbers ### Math ```python from math import e, pi, inf, nan, isinf, isnan -from math import cos, sin, tan, acos, asin, atan, degrees, radians +from math import sin, cos, tan, asin, acos, atan, degrees, radians from math import log, log10, log2 ``` diff --git a/index.html b/index.html index 223ce25..dc85944 100644 --- a/index.html +++ b/index.html @@ -608,7 +608,7 @@ to_exclusive = <range>.stop
from math import e, pi, inf, nan, isinf, isnan
-from math import cos, sin, tan, acos, asin, atan, degrees, radians
+from math import sin, cos, tan, asin, acos, atan, degrees, radians
from math import log, log10, log2