35 #ifndef _BLAZE_MATH_TRAITS_CMATHTRAIT_H_
36 #define _BLAZE_MATH_TRAITS_CMATHTRAIT_H_
76 template<
typename T >
104 struct CMathTrait<long double>
106 typedef long double Type;
double Type
Return type of the functions for integral and double arguments.
Definition: CMathTrait.h:79
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Base template for the CMathTrait class.The CMathTrait template evaluates the return type of the mathe...
Definition: CMathTrait.h:77