Hi,

there exist methods
    double ScInterpreter::GammaHelp(double& x, BOOL& bReflect)
and
    double ScInterpreter::GetGamma(double x)
in sc/source/core/tool/interpr3.cxx

The same code exists as functions
    double GammaHelp( double& x, sal_Bool& bReflect )
and
    double Gamma( double x )
in scaddins/source/analysis/analysishelper.cxx

What is the purpose of it? I find no place, where this scaddins functions are really used.

kind regards
Regina

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to