SINH

Section: Manual del Programador de Linux (3)
Updated: 13 de Junio de 1993
Index Return to Main Contents


 

NOMBRE

sinh - función de seno hiperbólico  

SYNOPSIS

#include <math.h>

double sinh(double x);
 

DESCRIPCIÓN

La función sinh() devuelve el seno hiperbólico de x, la cual se define matemáticamente como (exp(x) - exp(-x)) / 2.  

CONFORME A

SVID 3, POSIX, BSD 4.3, ISO 9899  

VEA TAMBIÉN

acosh

(3), asinh(3), atanh(3), cosh(3), tanh(3)


 

Index

NOMBRE
SYNOPSIS
DESCRIPCIÓN
CONFORME A
VEA TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:27 GMT, January 22, 2005