diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-01-13 15:41:27 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-01-13 15:41:27 +0000 |
commit | 4d876aa4c99e635f5ee1e6bd7748d54a8f195ba1 (patch) | |
tree | fd129cf09a606af1866c73cef8df1d5664dfa5f8 | |
parent | 8e0c772e8a107cdb52b60969b46fd06945325706 (diff) |
INTEGRATION: CWS dr43 (1.30.10); FILE MERGED
2005/11/15 19:31:30 nn 1.30.10.1: #i55735# ERF/ERFC improved again (Kohei Yoshida)
-rw-r--r-- | scaddins/source/analysis/analysishelper.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx index 79378b9d5..0c18a5435 100644 --- a/scaddins/source/analysis/analysishelper.hxx +++ b/scaddins/source/analysis/analysishelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: analysishelper.hxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: kz $ $Date: 2005-10-05 14:51:59 $ + * last change: $Author: rt $ $Date: 2006-01-13 16:41:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -129,6 +129,7 @@ STRING ConvertFromDec( double fNum, double fMin, double fMax, sal_uInt16 nBase, sal_Int32 nPlaces, sal_Int32 nMaxPlaces, sal_Bool bUsePlaces ) THROWDEF_RTE_IAE; double Erf( double fX ); +double Erfc( double fX ); sal_Bool ParseDouble( const sal_Unicode*& rpDoubleAsString, double& rReturn ); STRING GetString( double fNumber, sal_Bool bLeadingSign = sal_False, sal_uInt16 nMaxNumOfDigits = 15 ); inline double Exp10( sal_Int16 nPower ); // 10 ^ nPower |