INTEGRATION: CWS odff03 (1.3.380); FILE MERGED
2008/05/08 22:25:53 er 1.3.380.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/08 14:12:36 er 1.3.380.1: #i86775# added rtl_math_approxValue()
This commit is contained in:
parent
a402cc5183
commit
a7496b997c
1 changed files with 8 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: math.h,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -399,6 +399,13 @@ double SAL_CALL rtl_math_round(double fValue, int nDecPlaces,
|
|||
*/
|
||||
double SAL_CALL rtl_math_pow10Exp(double fValue, int nExp) SAL_THROW_EXTERN_C();
|
||||
|
||||
/** Rounds value to 15 significant decimal digits.
|
||||
|
||||
@param fValue
|
||||
The value to be rounded.
|
||||
*/
|
||||
double SAL_CALL rtl_math_approxValue(double fValue) SAL_THROW_EXTERN_C();
|
||||
|
||||
#if defined __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
|
Loading…
Reference in a new issue