sinh

sinh -- Seno hiperbólico

Descrição

float sinh ( float arg)

Retorna o seno hiperbólico de arg , definido como ( exp(arg ) - exp(-arg) ) / 2 .

Veja também sin( ) , asinh( ) , cos( ) e tan( ) .