Query: tanhf
OS: sunos
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tanh(3M) Mathematical Library Functions tanh(3M)NAMEtanh, tanhf, tanhl - hyperbolic tangent functionSYNOPSIScc [ flag... ] file... -lm [ library... ] #include <math.h> double tanh(double x); float tanhf(float x); long double tanhl(long double x);DESCRIPTIONThese functions compute the hyperbolic tangent of their argument x.RETURN VALUESUpon successful completion, these functions return the hyperbolic tangent of x. If x is NaN, a NaN is returned. If x is +-0, x is returned. If x is +-Inf, +-1 is returned.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOatanh(3M), isnan(3M), math.h(3HEAD), tan(3M), attributes(5), standards(5) SunOS 5.10 1 Nov 2003 tanh(3M)
Related Man Pages |
---|
tanhl(3) - centos |
tanh(3) - suse |
tanhf(3) - suse |
tanh(3) - freebsd |
tanhf(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Delete lines with a word and their above lines |
The 500 Mile Email |
Is UNIX an open source OS ? |
Best performance UNIX just for HOST Virtualization? |
Outputting sequences based on length with sed |