1 #ifndef POINCARE_ABSOLUTE_VALUE_H 2 #define POINCARE_ABSOLUTE_VALUE_H 20 int writeTextInBuffer(
char * buffer,
int bufferSize,
int numberOfSignificantDigits = PrintFloat::k_numberOfStoredSignificantDigits)
const override {
26 template<
typename T>
static Complex<T> computeOnComplex(
const Complex<T>
c,
AngleUnit angleUnit);
28 return ApproximationEngine::map<float>(
this, context, angleUnit, computeOnComplex<float>);
31 return ApproximationEngine::map<double>(
this, context, angleUnit, computeOnComplex<double>);
Sign sign() const override
static int writePrefixExpressionTextInBuffer(const Expression *expression, char *buffer, int bufferSize, int numberOfDigits, const char *operatorName)
Expression * clone() const override
Type type() const override