Movatterモバイル変換


[0]ホーム

URL:


  1. 面向开发者的 Web 技术
  2. JavaScript
  3. JavaScript 参考
  4. JavaScript 标准内置对象
  5. Math
  6. Math.sinh()

此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in EnglishAlways switch to English

Math.sinh()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2015年7月⁩.

Math.sinh() 函数返回一个数字 (单位为角度) 的双曲正弦值。

语法

Math.sinh(x)

参数

x

任意数字 (单位为度).

描述

双曲正弦的图像如下:

示例

js
Math.sinh(-Infinity); // -InfinityMath.sinh(-0); // -0Math.sinh(0); // 0Math.sinh(1); // 1.1752011936438014Math.sinh(Infinity); // Infinity

规范

Specification
ECMAScript® 2026 Language Specification
# sec-math.sinh

浏览器兼容性

参见

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp