Browse Source

Numbers

pull/99/head
Jure Šorn 3 years ago
parent
commit
ce3261bed8
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      index.html

2
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
```

2
index.html

@ -608,7 +608,7 @@ to_exclusive = <range>.stop
</code></pre></div>
<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
<span class="hljs-keyword">from</span> math <span class="hljs-keyword">import</span> cos, sin, tan, acos, asin, atan, degrees, radians
<span class="hljs-keyword">from</span> math <span class="hljs-keyword">import</span> sin, cos, tan, asin, acos, atan, degrees, radians
<span class="hljs-keyword">from</span> math <span class="hljs-keyword">import</span> log, log10, log2
</code></pre></div>

Loading…
Cancel
Save