C语言数学 asinh() 函数
定义和用法
asinh()
函数返回一个数字的反双曲正弦值。
asinh()
函数在 <math.h>
头文件中定义。
语法
以下之一
asinh(double number);
参数值
参数 | 描述 |
---|---|
number | 必需。指定一个数字。 |
技术细节
返回值 | 一个 double 类型的数值,表示一个数字的反双曲正弦值。 |
---|
asinh()
函数返回一个数字的反双曲正弦值。
asinh()
函数在 <math.h>
头文件中定义。
以下之一
asinh(double number);
参数 | 描述 |
---|---|
number | 必需。指定一个数字。 |
返回值 | 一个 double 类型的数值,表示一个数字的反双曲正弦值。 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]