COSH

Section: Linux Programmer's Manual (3)
Updated: 2002-07-27
Index JM Home Page roff page
 

名前

cosh, coshf, coshl - 双曲線余弦 (ハイパボリックコサイン) 関数  

書式

#include <math.h>

double cosh(double x);

float coshf(float x);
long double coshl(long double x);

-lm でリンクする。  

説明

cosh() 関数は双曲線余弦 (ハイパボリックコサイン) の値を返す。 数学的には (exp(x) + exp(-x)) / 2 で定義されている。  

準拠

SVr4, POSIX, 4.3BSD, C99. float 版と long double 版は C99 の要求仕様である。  

関連項目

acosh(3), asinh(3), atanh(3), ccos(3), sinh(3), tanh(3)


 

Index

名前
書式
説明
準拠
関連項目

This document was created by man2html, using the manual pages.
Time: 04:31:35 GMT, November 19, 2007