HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。
View in English Always switch to English
自 2015年7月 起,此特性已在主流浏览器中得到支持,可在大多数设备和浏览器版本中正常使用。
Math.sinh() 函数返回一个数字 (单位为角度) 的双曲正弦值。
Math.sinh()
Math.sinh(x)
x
任意数字 (单位为度).
双曲正弦的图像如下:
Math.sinh(-Infinity); // -Infinity Math.sinh(-0); // -0 Math.sinh(0); // 0 Math.sinh(1); // 1.1752011936438014 Math.sinh(Infinity); // Infinity
启用 JavaScript 以查看此浏览器兼容性表。
core-js
Math.sinh
Math.acos()
Math.asin()
Math.atan()
Math.atan2()
Math.cos()
Math.tan()