sinh函数_sinh()函数以及C ++中的示例

sinh函数

C ++ sinh()函数 (C++ sinh() function)

sinh() function is a library function of cmath header, it is used to find the hyperbolic sine of the given value (hyperbolic angle), it accepts a number (x) and returns the hyperbolic sine of x.

双曲正弦()函数CMATH报头的库函数,它被用于查找给定值(双曲角)的双曲正弦,它接受一个数字(x)和返回x的双曲正弦值。

Syntax of sinh() function:

sinh()函数的语法:

    sinh(x);

Parameter(s): x – is the number (hyperbolic angel) to be used to calculate the hyperbolic sine.

参数: x –是用于计算双曲正弦值的数字(双曲天使)。

Return

你可能感兴趣的:(c++,python,java,javascript,js,ViewUI)