src/main/cpp/numerics4cpp/special/trig.h File Reference

#include "../numerics.h"

Go to the source code of this file.

Functions

double acosh (double x)
double asinh (double x)
double atanh (double x)


Detailed Description

Implementations for several functions related to the trigonometric functions.

Function Documentation

double acosh ( double  x  ) 

Returns the inverse hyperbolic cosine.

Parameters:
x the value. cosh-1(x).

double asinh ( double  x  ) 

Returns the inverse hyperbolic sine.

Parameters:
x the value. sinh-1(x).

double atanh ( double  x  ) 

Returns the inverse hyperbolic tangent.

Parameters:
x the value. tanh-1(x).


Generated on Wed Nov 21 22:22:15 2007 for numerics4c++ by  doxygen 1.5.3