From ce3261bed8d99615c197f38496a5eea98417f494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 29 Apr 2021 03:30:43 +0200 Subject: [PATCH] Numbers --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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

Math

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