acosh
Материал из cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Заголовочный файл <math.h>
|
||
| float acoshf( float arg ); |
(начиная с C99) | |
| double acosh( double arg ); |
(начиная с C99) | |
| long double acoshl( long double arg ); |
(начиная с C99) | |
Вычисляет гиперболические арккосинус
argOriginal:
Computes hyperbolic arc cosine of
argThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Содержание |
[править] Параметры
| arg | - | плавающей точкой
Original: floating point value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[править] Возвращаемое значение
Обратные гиперболические косинус
argOriginal:
Inverse hyperbolic cosine of
argThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[править] См. также
| (C99) |
вычисляет гиперболический арксинус (arcsinh(x)) (функция) |
| (C99) |
вычисляет гиперболический арктангенс (arctgh(x)) (функция) |
| вычисляет гиперболический косинус (ch(x)) (функция) | |
| C++ документация для acosh
| |
[править] Внешние ссылки
Weisstein, Eric W. "Inverse Hyperbolic Cosine." С MathWorld - Ресурс Wolfram Web.
Original:
Weisstein, Eric W. "Inverse Hyperbolic Cosine." From MathWorld--A Wolfram Web Resource.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.