<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                # math – 數學函數 該模塊實現了相應CPython模塊的子集,如下所述。有關更多信息,請參閱原始CPython文檔:[math](https://docs.python.org/3.5/library/math.html#module-math). `math`模塊提供了一些處理浮點數的基本數學函數。 ## 1. 函數 ### 1.1. 返回`x`的反余弦值。 ``` math.acos(x) ``` ### 1.2. 返回`x`的反雙曲余弦值。 ``` math.acosh(x) ``` ### 1.3. 返回`x`的反正弦。 ``` math.asin(x) ``` ### 1.4. 返回`x`的反雙曲正弦值。 ``` math.asinh(x) ``` ### 1.5. 返回`x`的反正切。 ``` math.atan(x) ``` ### 1.6. 返回`y`/`x`的反正切的主值。 ``` math.atan2(y, x) ``` ### 1.7. 返回`x`的反雙曲正切。 ``` math.atanh(x) ``` ### 1.8. 返回一個整數,“x”向正無窮大四舍五入。 ``` math.ceil(x) ``` ### 1.9. 以`y`的符號返回`x`。 ``` math.copysign(x, y) ``` ### 1.10. 返回`x`的余弦。 ``` math.cos(x) ``` ### 1.11. 返回`x`的雙曲余弦值 ``` math.cosh(x) ``` ### 1.12. 返回弧度`x`轉換為度數。 ``` math.degrees(x) ``` ### 1.13. 返回`x`的錯誤函數。 ``` math.erf(x) ``` ### 1.14. 返回`x`的互補誤差函數。 ``` math.erfc(x) ``` ### 1.15. 返回`x`的指數。 ``` math.exp(x) ``` ### 1.16. 返回`exp(x) - 1`。 ``` math.expm1(x) ``` ### 1.17. 返回`x`的絕對值。 ``` math.fabs(x) ``` ### 1.18. 返回一個整數,“x”向負無窮大舍入。 ``` math.floor(x) ``` ### 1.19. 返回`x`/`y`的余數。 ``` math.fmod(x, y) ``` ### 1.20. 將浮點數分解為尾數和指數。 返回的值是元組`(m,e)`,使得`x == m * 2 ** e`完全正確。如果`x == 0`則函數返回`(0.0,0)`,否則關系`0.5 <= abs(m)<1`成立。 ``` math.frexp(x) ``` ### 1.21. 返回`x`的伽瑪函數。 ``` math.gamma(x) ``` ### 1.22. 如果`x`是有限的,則返回True。 ``` math.isfinite(x) ``` ### 1.23. 如果`x`是無限的,則返回True。 ``` math.isinf(x) ``` ### 1.24. 如果`x`不是數字,則返回True ``` math.isnan(x) ``` ### 1.25. 返回`x *(2 ** exp)`。 ``` math.ldexp(x, exp) ``` ### 1.26. 返回`x`的伽瑪函數的自然對數。 ``` math.lgamma(x) ``` ### 1.27. 返回`x`的自然對數。 ``` math.log(x) ``` ### 1.28. 返回`x`的以10為底的對數。 ``` math.log10(x) ``` ### 1.29. 返回`x`的base-2對數。 ``` math.log2(x) ``` ### 1.30. 返回兩個浮點數的元組,是“x”的分數和整數部分。兩個返回值都與`x`具有相同的符號。 ``` math.modf(x) ``` ### 1.31. 將`x`返回到'y`的冪。 ``` math.pow(x, y) ``` ### 1.32. 返回度數`x`轉換為弧度。 ``` math.radians(x) ``` ### 1.33. 返回`x`的正弦值。 ``` math.sin(x) ``` ### 1.34. 返回`x`的雙曲正弦值。 ``` math.sinh(x) ``` ### 1.35. 返回`x`的平方根。 ``` math.sqrt(x) ``` ### 1.36. 返回`x`的正切值。 ``` math.tan(x) ``` ### 1.37. 返回`x`的雙曲正切。 ``` math.tanh(x) ``` ### 1.38. 返回一個整數,“x”向0舍入。 ``` math.trunc(x) ``` ## 2. Constants ### 2.1. 自然對數的基礎 ### math.e ### 2.2. 圓周長與直徑的比值 ### math.pi
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看