43 template<
typename dtype>
44 constexpr dtype
sqr(dtype inValue) noexcept
48 return inValue * inValue;
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition: StaticAsserts.hpp:50
constexpr dtype sqr(dtype inValue) noexcept
Definition: sqr.hpp:44
Definition: Coordinate.hpp:45