carl
24.04
Computer ARithmetic Library
|
Struct which holds the conversion operator for any two instanciations of FLOAT_T with different underlying floating point implementations. More...
#include <FLOAT_T.h>
Public Member Functions | |
FLOAT_T< T1 > | operator() (const FLOAT_T< T2 > &_op2) const |
Conversion operator for conversion of two instanciations of FLOAT_T with different underlying floating point implementations. More... | |
Struct which holds the conversion operator for any two instanciations of FLOAT_T with different underlying floating point implementations.
Note that this conversion introduces loss of precision, as it uses the to_double() method and the corresponding double constructor from the target type.
|
inline |
Conversion operator for conversion of two instanciations of FLOAT_T with different underlying floating point implementations.
_op2 | The source instanciation (T2) |
Definition at line 53 of file FLOAT_T.h.