next up previous contents
Next: Floating Point Type Template Up: Derived Floating Point Type Previous: Floating Point Type Template

Floating Point Type Template Class Methods

In the following table only constructor, assignment operators, and cast operators are shown. Additionally, the template class includes compare and arithmetical operators. However, for the sake of brevity they are not listed here.

Methods Description
float_type(const double a) Constructor to create an floating point instance from a double.
float_type
&operator=(const float_type a)
Copy constructor.
float_type(const float_base a) Cast operator to convert a float_base value into an float_type.
   




1998-11-17