AM_Math.h File Reference

Approximated mathematical functions using pure C++. More...

#include "../SIMD/SSE/AM_Math.h"
#include "../SIMD/SSE2/AM_Math.h"

Go to the source code of this file.

Namespaces

namespace  exmat
namespace  exmat::Math

Approximated functions

float exmat::Math::am_sqrt_0 (float x)
 Square root value of x.
float exmat::Math::am_sqrt_1 (float x)
 Square root value of x.
float exmat::Math::am_rsqrt_0 (float x)
 1/sqrt(x)
float exmat::Math::am_rsqrt_1 (float x)
 1/sqrt(x)
float exmat::Math::am_exp (float x)
 Exponential value of x.
float exmat::Math::am_log (float x)
 Logarithms value of x (base e).
float exmat::Math::am_pow (float x, float y)
 Calculate x raises to the power y.
float exmat::Math::am_sin_0 (float x)
 Sine value of x (in radian).
float exmat::Math::am_sin_1 (float x)
 Sine value of x (in radian).
float exmat::Math::am_cos_0 (float x)
 Cosine value of x (in radian).
float exmat::Math::am_cos_1 (float x)
 Cosine value of x (in radian).
void exmat::Math::am_sincos (float x, float &s, float &c)
 Sine and cosine value of x (in radian).
float exmat::Math::am_tan_0 (float x)
 Tangent value of x (in radian).
float exmat::Math::am_tan_1 (float x)
 Tangent value of x (in radian).
float exmat::Math::am_asin_0 (float x)
 Arc sine value (in radian) of x.
float exmat::Math::am_asin_1 (float x)
 Arc sine value (in radian) of x.
float exmat::Math::am_acos_0 (float x)
 Arc cosine value (in radian) of x.
float exmat::Math::am_acos_1 (float x)
 Arc cosine value (in radian) of x.
float exmat::Math::am_atan_0 (float x)
 Arc tangent value (in radian) of x.
float exmat::Math::am_atan_1 (float x)
 Arc tangent value (in radian) of x.


Detailed Description

Approximated mathematical functions using pure C++.

Author:
Ricky Lung Man Tat
Details for Math/AM_Math.h
Generated on Sat May 6 23:12:03 2006 for Exmat by  doxygen 1.4.6-NO