LibreOffice Module sc (master) 1
Namespaces | Functions
math.cxx File Reference
#include <math.hxx>
#include <cmath>
#include <cerrno>
#include <cfenv>
#include <o3tl/float_int_conversion.hxx>
#include <rtl/math.hxx>
Include dependency graph for math.cxx:

Go to the source code of this file.

Namespaces

namespace  sc
 CAUTION! The following defines must be in the same namespace as the respective type.
 

Functions

static double sc::err_pow (const double &fVal1, const double &fVal2)
 
double sc::power (const double &fVal1, const double &fVal2)
 Return pow(fVal1,fVal2) with error handling. More...