Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

JBLMath.h File Reference


Detailed Description

Declares various useful functions.

Changelog:

Definition in file JBLMath.h.

#include "Float_FF.h"

Include dependency graph for JBLMath.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Functions

Float_FF square (const Float_FF arg)
 The square of a Float_FF.

int square (const int arg)
 The square of an int.

Float_FF rad (Float_FF deg)
 Conversion from degrees to radians.

Float_FF deg (Float_FF rad)
 Conversion from radians to degrees.


Function Documentation

Float_FF square const Float_FF  arg  )  [inline]
 

The square of a Float_FF.

Parameters:
arg  The argument

Definition at line 16 of file JBLMath.h.

int square const int  arg  )  [inline]
 

The square of an int.

Parameters:
arg  The argument

Definition at line 23 of file JBLMath.h.

Referenced by IntFun::operator *(), and FloatFun::operator *().

Float_FF rad Float_FF  deg  )  [inline]
 

Conversion from degrees to radians.

Parameters:
deg  The value in degrees

Definition at line 30 of file JBLMath.h.

Float_FF deg Float_FF  rad  )  [inline]
 

Conversion from radians to degrees.

Parameters:
rad  The value in radians

Definition at line 37 of file JBLMath.h.


Generated on Thu Oct 26 12:53:47 2006 for SFH by doxygen 1.3.2