Elements
6.2
A C++ base framework for the Euclid Software.
|
Go to the documentation of this file.
41 return input_variable;
48 double tolerance = 1
e-12;
49 if (std::abs(
second) < tolerance) {
static ClassExample factoryMethod(const std::int64_t source_id, const double ra)
Example factory method.
static const std::string s_static_string
An example of a static string.
defines the base Elements exception class
Elements base exception class.
double divideNumbers(const double first, const double second) const
Divide two double variables.
void passingUniquePointer(std::unique_ptr< std::vector< double >> vector_unique_ptr) const
Example method with a unique pointer argument.
double fundamentalTypeMethod(const double input_variable) const
Simple method example.
void passingObjectInGeneral(const std::vector< double > &input_object) const
Example method taking an object in input.
Macro to silence unused variables warnings from the compiler.
constexpr double e
The base of the natural logarithm .