Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

cmath File Reference


Detailed Description

List of functions used by HippoDraw from the cmath component of the C++ standard library.

Since the Doxygen tag file supplied with the GCC compiler does not contain documentation for functions defined in cmath, They are supplied here. The functions must not be specified in namespace std, otherwise Doxygen did document them.

Note:
This list maybe incomplete.

Definition in file cmath.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Functions

double std::abs (double)
 A C++ standard library function.
double std::cos (double x)
 A C++ standard library function.
double std::exp (double x)
 A C++ standard library function.
double std::log (double x)
 A C++ standard library function.
double std::log10 (double x)
 A C++ standard library function.
double std::pow (double x, double y)
 A C++ standard library function.
double std::sin (double x)
 A C++ standard library function.
double std::sinh (double x)
 A C++ standard library function.
double std::sqrt (double x)
 A C++ standard library function.


Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3