nh() - JavaScript - MDN - Mozilla
Có thể bạn quan tâm
- Skip to main content
- Skip to search
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
- Learn more
- See full compatibility
- Report feedback
The Math.sinh() static method returns the hyperbolic sine of a number. That is,
In this article
- Try it
- Syntax
- Description
- Examples
- Specifications
- Browser compatibility
- See also
Try it
console.log(Math.sinh(0)); // Expected output: 0 console.log(Math.sinh(1)); // Expected output: 1.1752011936438014 console.log(Math.sinh(-1)); // Expected output: -1.1752011936438014 console.log(Math.sinh(2)); // Expected output: 3.626860407847019Syntax
jsMath.sinh(x)Parameters
xA number.
Return value
The hyperbolic sine of x.
Description
Because sinh() is a static method of Math, you always use it as Math.sinh(), rather than as a method of a Math object you created (Math is not a constructor).
Examples
Using Math.sinh()
jsMath.sinh(-Infinity); // -Infinity Math.sinh(-0); // -0 Math.sinh(0); // 0 Math.sinh(1); // 1.1752011936438014 Math.sinh(Infinity); // InfinitySpecifications
| Specification |
|---|
| ECMAScript® 2026 Language Specification# sec-math.sinh |
Browser compatibility
See also
- Polyfill of Math.sinh in core-js
- Math.acosh()
- Math.asinh()
- Math.atanh()
- Math.cosh()
- Math.tanh()
Help improve MDN
Was this page helpful to you? Yes No Learn how to contributeThis page was last modified on Jul 10, 2025 by MDN contributors.
View this page on GitHub • Report a problem with this content Filter sidebar- Standard built-in objects
- Math
- Static methods
- abs()
- acos()
- acosh()
- asin()
- asinh()
- atan()
- atan2()
- atanh()
- cbrt()
- ceil()
- clz32()
- cos()
- cosh()
- exp()
- expm1()
- f16round()
- floor()
- fround()
- hypot()
- imul()
- log()
- log1p()
- log2()
- log10()
- max()
- min()
- pow()
- random()
- round()
- sign()
- sin()
- sinh()
- sqrt()
- sumPrecise()
- tan()
- tanh()
- trunc()
- Static properties
- E
- LN2
- LN10
- LOG2E
- LOG10E
- PI
- SQRT1_2
- SQRT2
Từ khóa » Sinh Log(2+sqrt(5)) =
-
(Note : Sinh(x)=2ex−e−x - - , Logarithm Is To The Natural Base E )
-
Sinh [ Log (2+sqrt5)] +cosh [log (2+sqrt3)]= - Doubtnut
-
Find The Value Of Sinh Left Log Left 2+sqrt5 Right Class 11 Maths CBSE
-
[PDF] 2 HYPERBOLIC FUNCTIONS
-
4.11 Hyperbolic Functions
-
Answers.
-
Module: CMath (Ruby 2.5.1)
-
Indefinitely Integrating $\log(\sinh(x)+a) - Math Stack Exchange
-
Show That: $\sinh^{-1}(x) = \ln(x + \sqrt{x^2 +1 } )
-
Math — Mathematical Functions — Python 3.10.5 Documentation
-
Hyperbolic Functions - Wikipedia