diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/math/log1p/index.html')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/math/log1p/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/log1p/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/log1p/index.html index 403d4039a2..e80f580580 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/math/log1p/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/math/log1p/index.html @@ -28,9 +28,9 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/log1p <p><code>函数 y = log(x+1) 的图形是这样的:</code></p> -<p> <img alt="log(x+1)" src="https://mdn.mozillademos.org/files/6467/logx1.jpg" style="height: 300px; width: 400px;"></p> +<p> <img alt="log(x+1)" src="https://mdn.mozillademos.org/files/6467/logx1.jpg"></p> -<p><strong style="font-size: 30px; font-weight: 700; letter-spacing: -1px; line-height: 30px;">示例</strong></p> +<p><strong>示例</strong></p> <pre class="brush:js">Math.log1p(Math.E-1) // 1 Math.log1p(0) // 0 |
