Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-XYZ committed Dec 19, 2024
1 parent bd74817 commit 51befdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Math.asinh(x)

## 描述

由於 `asinh()``Math` 的靜態方法,你必須使用 `Math.asinh()` 來呼叫它,而非呼叫你建立的 `Math` 物件的方法(`Math` 並非建構函式)。
由於 `asinh()``Math` 的靜態方法,你必須使用 `Math.asinh()` 來呼叫它,而非呼叫你建立的 `Math` 物件的方法(`Math` 並非建構子)。

## 範例

Expand Down

0 comments on commit 51befdd

Please sign in to comment.