LibreOffice Module sc (master) 1
|
#include <math.hxx>
#include <cmath>
#include <cerrno>
#include <cfenv>
#include <o3tl/float_int_conversion.hxx>
#include <rtl/math.hxx>
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... | |