Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce3261b

Browse files
committed
Numbers
1 parent 41ce7f0 commit ce3261b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ Numbers
500500
### Math
501501
```python
502502
from math import e, pi, inf, nan, isinf, isnan
503-
from math import cos, sin, tan, acos, asin, atan, degrees, radians
503+
from math import sin, cos, tan, asin, acos, atan, degrees, radians
504504
from math import log, log10, log2
505505
```
506506

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
</code></pre></div>
609609

610610
<div><h3 id="math">Math</h3><pre><code class="python language-python hljs"><span class="hljs-keyword">from</span> math <span class="hljs-keyword">import</span> e, pi, inf, nan, isinf, isnan
611-
<span class="hljs-keyword">from</span> math <span class="hljs-keyword">import</span> cos, sin, tan, acos, asin, atan, degrees, radians
611+
<span class="hljs-keyword">from</span> math <span class="hljs-keyword">import</span> sin, cos, tan, asin, acos, atan, degrees, radians
612612
<span class="hljs-keyword">from</span> math <span class="hljs-keyword">import</span> log, log10, log2
613613
</code></pre></div>
614614

0 commit comments

Comments
 (0)