Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonren0403 authored Sep 18, 2024
1 parent 9f95503 commit 95de221
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ Math.sin(x)
- `x`
- : 一个数值(以弧度为单位)。

## 返回值
### 返回值

`x` 的正弦值,介于 -1 到 1 之间(包含 -1 和 1)。如果 `x` 为 {{jsxref("Infinity")}}、`-Infinity` 或 {{jsxref("NaN")}},则返回 {{jsxref("NaN")}}。

## 描述

## 描述
由于 `sin()``Math` 的静态方法,应该总是以 `Math.sin()` 的形式,而不是作为 `Math` 对象的方法来使用它(`Math` 不是构造函数)。

## 示例
Expand Down

0 comments on commit 95de221

Please sign in to comment.