GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SINH(3) FreeBSD Library Functions Manual SINH(3)

sinh, sinhf, sinhl
hyperbolic sine function

Math Library (libm, -lm)

#include <math.h>

double
sinh(double x);

float
sinhf(float x);

long double
sinhl(long double x);

The sinh(), sinhf(), and sinhl() functions compute the hyperbolic sine of x.

acos(3), asin(3), atan(3), atan2(3), cos(3), cosh(3), csinh(3), math(3), sin(3), tan(3), tanh(3)

The sinh() function conforms to ISO/IEC 9899:1990 (“ISO C90”).
August 17, 2013 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.