[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


asinh

Asinh computes the arc hyperbolic sine

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <math.h>
double asinh ( double x ); 
Parameters:

Parameters for this function are:

x  
double  
The value to compute  

Return:

The hyperbolic arcsine of the argument x.

Remarks:

A range error occurs if the magnitude of x is too large.

See Also:

"asin"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000