Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBcomplex.cxx File Reference

Implemenation of CTBcomplex. More...

#include <math.h>
#include "CTB.hxx"
#include "CTBnum.hxx"
#include "CTBtraits.hxx"
#include "CTBcomplex.hxx"

Include dependency graph for CTBcomplex.cxx:

Include dependency graph

Go to the source code of this file.

Functions

template<class T> void sincos (T &f_sin, T &f_cos, T f_x)
template<class T> void sinhcosh (T &f_sinh, T &f_cosh, T f_x)
template<class T> void sinhcosh_red (T &f_sinh, T &f_cosh, T f_x)


Detailed Description

Implemenation of CTBcomplex.

Version:
Id:
CTBcomplex.cxx,v 1.10 2000/12/18 16:23:28 mueller Exp

Definition in file CTBcomplex.cxx.


Function Documentation

template<class T>
void sincos T & f_sin,
T & f_cos,
T f_x
[inline, static]
 

helper, returns in f_sin and f_cos the sin and cos of x.

Definition at line 71 of file CTBcomplex.cxx.

Referenced by CTBcomplex::Cos(), CTBcomplex::Cosh(), CTBcomplex::Exp(), CTBcomplex::Sin(), CTBcomplex::Sinh(), CTBcomplex::Tan(), and CTBcomplex::Tanh().

template<class T>
void sinhcosh T & f_sinh,
T & f_cosh,
T f_x
[inline, static]
 

helper, returns in f_sinh and f_cosh the sinh and cosh of x.

Definition at line 82 of file CTBcomplex.cxx.

Referenced by CTBcomplex::Cos(), CTBcomplex::Cosh(), CTBcomplex::Sin(), and CTBcomplex::Sinh().

template<class T>
void sinhcosh_red T & f_sinh,
T & f_cosh,
T f_x
[inline, static]
 

helper, returns `reduced' sinh and cosh.

Returns f_sinh and f_cosh the quantities sinh(x)/exp(abs(x)) and cosh(x)/exp(abs(x)) . They are useful if only the ratio of sinh and cosh is relevant, but not their absolute value. The returned quantities are representable over the full range of x.

Definition at line 101 of file CTBcomplex.cxx.

Referenced by CTBcomplex::Tan(), and CTBcomplex::Tanh().


Generated at Fri Oct 24 18:11:47 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001