
- Python 基礎
- Python - 首頁
- Python - 概述
- Python - 歷史
- Python - 特性
- Python vs C++
- Python - Hello World 程式
- Python - 應用領域
- Python - 直譯器
- Python - 環境搭建
- Python - 虛擬環境
- Python - 基本語法
- Python - 變數
- Python - 資料型別
- Python - 型別轉換
- Python - Unicode 系統
- Python - 字面量
- Python - 運算子
- Python - 算術運算子
- Python - 比較運算子
- Python - 賦值運算子
- Python - 邏輯運算子
- Python - 位運算子
- Python - 成員運算子
- Python - 身份運算子
- Python - 運算子優先順序
- Python - 註釋
- Python - 使用者輸入
- Python - 數字
- Python - 布林值
- Python 控制語句
- Python - 控制流
- Python - 決策
- Python - if 語句
- Python - if else
- Python - 巢狀 if
- Python - Match-Case 語句
- Python - 迴圈
- Python - for 迴圈
- Python - for-else 迴圈
- Python - while 迴圈
- Python - break 語句
- Python - continue 語句
- Python - pass 語句
- Python - 巢狀迴圈
- Python 函式 & 模組
- Python - 函式
- Python - 預設引數
- Python - 關鍵字引數
- Python - 僅限關鍵字引數
- Python - 位置引數
- Python - 僅限位置引數
- Python - 可變引數
- Python - 變數作用域
- Python - 函式註解
- Python - 模組
- Python - 內建函式
- Python 字串
- Python - 字串
- Python - 字串切片
- Python - 修改字串
- Python - 字串連線
- Python - 字串格式化
- Python - 跳脫字元
- Python - 字串方法
- Python - 字串練習
- Python 列表
- Python - 列表
- Python - 訪問列表元素
- Python - 修改列表元素
- Python - 新增列表元素
- Python - 刪除列表元素
- Python - 迴圈遍歷列表
- Python - 列表推導式
- Python - 對列表排序
- Python - 複製列表
- Python - 合併列表
- Python - 列表方法
- Python - 列表練習
- Python 元組
- Python - 元組
- Python - 訪問元組元素
- Python - 更新元組
- Python - 解包元組
- Python - 迴圈遍歷元組
- Python - 合併元組
- Python - 元組方法
- Python - 元組練習
- Python 集合
- Python - 集合
- Python - 訪問集合元素
- Python - 新增集合元素
- Python - 刪除集合元素
- Python - 迴圈遍歷集合
- Python - 合併集合
- Python - 複製集合
- Python - 集合運算子
- Python - 集合方法
- Python - 集合練習
- Python 字典
- Python - 字典
- Python - 訪問字典元素
- Python - 修改字典元素
- Python - 新增字典元素
- Python - 刪除字典元素
- Python - 字典檢視物件
- Python - 迴圈遍歷字典
- Python - 複製字典
- Python - 巢狀字典
- Python - 字典方法
- Python - 字典練習
- Python 陣列
- Python - 陣列
- Python - 訪問陣列元素
- Python - 新增陣列元素
- Python - 刪除陣列元素
- Python - 迴圈遍歷陣列
- Python - 複製陣列
- Python - 反轉陣列
- Python - 對陣列排序
- Python - 合併陣列
- Python - 陣列方法
- Python - 陣列練習
- Python 檔案處理
- Python - 檔案處理
- Python - 寫入檔案
- Python - 讀取檔案
- Python - 重新命名和刪除檔案
- Python - 目錄
- Python - 檔案方法
- Python - OS 檔案/目錄方法
- Python - OS 路徑方法
- 面向物件程式設計
- Python - OOPs 概念
- Python - 類 & 物件
- Python - 類屬性
- Python - 類方法
- Python - 靜態方法
- Python - 建構函式
- Python - 訪問修飾符
- Python - 繼承
- Python - 多型
- Python - 方法重寫
- Python - 方法過載
- Python - 動態繫結
- Python - 動態型別
- Python - 抽象
- Python - 封裝
- Python - 介面
- Python - 包
- Python - 內部類
- Python - 匿名類和物件
- Python - 單例類
- Python - 包裝類
- Python - 列舉
- Python - 反射
- Python 錯誤 & 異常
- Python - 語法錯誤
- Python - 異常
- Python - try-except 塊
- Python - try-finally 塊
- Python - 丟擲異常
- Python - 異常鏈
- Python - 巢狀 try 塊
- Python - 使用者自定義異常
- Python - 日誌記錄
- Python - 斷言
- Python - 內建異常
- Python 多執行緒
- Python - 多執行緒
- Python - 執行緒生命週期
- Python - 建立執行緒
- Python - 啟動執行緒
- Python - 執行緒連線
- Python - 執行緒命名
- Python - 執行緒排程
- Python - 執行緒池
- Python - 主執行緒
- Python - 執行緒優先順序
- Python - 守護執行緒
- Python - 執行緒同步
- Python 同步
- Python - 執行緒間通訊
- Python - 執行緒死鎖
- Python - 中斷執行緒
- Python 網路程式設計
- Python - 網路程式設計
- Python - 套接字程式設計
- Python - URL 處理
- Python - 泛型
- Python 庫
- NumPy 教程
- Pandas 教程
- SciPy 教程
- Matplotlib 教程
- Django 教程
- OpenCV 教程
- Python 雜項
- Python - 日期 & 時間
- Python - 數學
- Python - 迭代器
- Python - 生成器
- Python - 閉包
- Python - 裝飾器
- Python - 遞迴
- Python - 正則表示式
- Python - PIP
- Python - 資料庫訪問
- Python - 弱引用
- Python - 序列化
- Python - 模板
- Python - 輸出格式化
- Python - 效能測量
- Python - 資料壓縮
- Python - CGI 程式設計
- Python - XML 處理
- Python - GUI 程式設計
- Python - 命令列引數
- Python - 文件字串
- Python - JSON
- Python - 傳送郵件
- Python - 擴充套件
- Python - 工具/實用程式
- Python - GUI
- Python 高階概念
- Python - 抽象基類
- Python - 自定義異常
- Python - 高階函式
- Python - 物件內部
- Python - 記憶體管理
- Python - 元類
- Python - 使用元類進行超程式設計
- Python - 模擬和存根
- Python - 猴子補丁
- Python - 訊號處理
- Python - 型別提示
- Python - 自動化教程
- Python - Humanize 包
- Python - 上下文管理器
- Python - 協程
- Python - 描述符
- Python - 診斷和修復記憶體洩漏
- Python - 不可變資料結構
- Python 有用資源
- Python - 問答
- Python - 線上測驗
- Python - 快速指南
- Python - 參考
- Python - 速查表
- Python - 專案
- Python - 有用資源
- Python - 討論
- Python 編譯器
- NumPy 編譯器
- Matplotlib 編譯器
- SciPy 編譯器
雙曲函式
雙曲函式是三角函式的類似物,它們基於雙曲線而不是圓。
acosh() 函式
acosh() 函式返回x的反雙曲餘弦。
語法
math.acosh(x)
引數
x − 一個大於等於 1 的正數。
返回值
此函式返回一個浮點數,對應於x的反雙曲餘弦。
示例
from math import acosh x = 30 val = acosh(x) print ("x: ",x, "acosh(x): ", val) x = 5.5 val = acosh(x) print ("x: ",x, "acosh(x): ", val) x = 1 val = acosh(x) print ("x: ",x, "acosh(x): ", val) x = 0.5 val = acosh(x) print ("x: ",x, "acosh(x): ", val) x = 45 val = acosh(x) print ("x: ",x, "acosh(x): ", val)
它將產生以下輸出−
x: 30 acosh(x): 4.0940666686320855 x: 5.5 acosh(x): 2.389526434574219 x: 1 acosh(x): 0.0 Traceback (most recent call last): File "C:\Users\mlath\examples\main.py", line 17, in <module> val = acosh(x) ^^^^^^^^ ValueError: math domain error
asinh() 函式
asinh() 函式返回正數或負數的反雙曲正弦值。
語法
math.asinh(x)
引數
x − 一個正數或負數。
返回值
asinh() 函式返回一個浮點數,表示x的反雙曲正弦。
示例
from math import asinh x = 24 val = asinh(x) print ("x: ",x, "asinh(x): ", val) x = -12 val = asinh(x) print ("x: ",x, "asinh(x): ", val) x = 1 val = asinh(x) print ("x: ",x, "asinh(x): ", val) x = 0.5 val = asinh(x) print ("x: ",x, "asinh(x): ", val)
它將產生以下輸出−
x: 24 asinh(x): 3.8716347563877314 x: -12 asinh(x): -3.179785437699879 x: 1 asinh(x): 0.881373587019543 x: 0.5 asinh(x): 0.48121182505960347
atanh() 函式
math 模組中的 atanh() 函式返回一個數字的反雙曲正切。
語法
math.tanh(x)
引數
x − 要計算其 atanh 值的數值運算元。必須在 -0.99 到 0.99 的範圍內。
返回值
atanh() 函式返回x的反雙曲正切。
示例
from math import atanh x = 0.55 val = atanh(x) print ("x: ",x, "atanh(x): ", val) x = -0.55 val = atanh(x) print ("x: ",x, "atanh(x): ", val) x = 0 val = atanh(x) print ("x: ",x, "atanh(x): ", val) x = 1.25 val = atanh(x) print ("x: ",x, "atanh(x): ", val)
它將產生以下輸出−
x: 0.55 atanh(x): 0.6183813135744636 x: -0.55 atanh(x): -0.6183813135744636 x: 0 atanh(x): 0.0 Traceback (most recent call last): File "C:\Users\mlath\examples\main.py", line 17, inval = atanh(x) ^^^^^^^^ ValueError: math domain error
cosh() 函式
math 模組中的 cosh() 函式返回給定數字的雙曲餘弦值。該值等效於 (exp(x) + exp(-x)) / 2。
語法
math.cosh(x)
引數
x − 要查詢其雙曲餘弦的數字。
返回值
cosh() 函式返回一個浮點數,表示x的雙曲餘弦。
示例
from math import cosh x = 0.55 val = cosh(x) print ("x: ",x, "cosh(x): ", val) x = 1 val = cosh(x) print ("x: ",x, "cosh(x): ", val) x = 0 val = cosh(x) print ("x: ",x, "cosh(x): ", val) x = 6.50 val = cosh(x) print ("x: ",x, "cosh(x): ", val)
它將產生以下輸出−
x: 0.55 cosh(x): 1.155101414123941 x: 1 cosh(x): 1.5430806348152437 x: 0 cosh(x): 1.0 x: 6.5 cosh(x): 332.5715682417774
sinh() 函式
sinh() 函式返回給定數字的雙曲正弦。
語法
math.sinh(x)
引數
x − 要計算其 sinh 值的數字。
返回值
sinh() 函式返回一個浮點數,表示x的雙曲正弦。
示例
from math import sinh, pi x = 1 val = sinh(x) print ("x: ",x, "sinh(x): ", val) x = 12.23 val = sinh(x) print ("x: ",x, "sinh(x): ", val) x = -12.23 val = sinh(x) print ("x: ",x, "sinh(x): ", val) x = 0 val = sinh(x) print ("x: ",x, "sinh(x): ", val) x = pi val = sinh(x) print ("x: ",x, "sinh(x): ", val)
它將產生以下輸出−
x: 1 sinh(x): 1.1752011936438014 x: 12.23 sinh(x): 102421.59104557337 x: -12.23 sinh(x): -102421.59104557337 x: 0 sinh(x): 0.0 x: 3.141592653589793 sinh(x): 11.548739357257746
tanh() 函式
math 模組中的 tanh() 函式返回給定數字的雙曲正切。
語法
math.tanh(x)
引數
x − 計算雙曲正切的數字。
返回值
tanh() 函式返回一個浮點數,並表示x的雙曲正切值。
示例
from math import tanh, pi x = 1 val = tanh(x) print ("x: ",x, "tanh(x): ", val) x = 12.23 val = tanh(x) print ("x: ",x, "tanh(x): ", val) x = -12.23 val = tanh(x) print ("x: ",x, "tanh(x): ", val) x = 0 val = tanh(x) print ("x: ",x, "tanh(x): ", val) x = pi val = tanh(x) print ("x: ",x, "tanh(x): ", val)
它將產生以下輸出−
x: 1 tanh(x): 0.7615941559557649 x: 12.23 tanh(x): 0.9999999999523363 x: -12.23 tanh(x): -0.9999999999523363 x: 0 tanh(x): 0.0 x: 3.141592653589793 tanh(x): 0.99627207622075
python_maths.htm
廣告