diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-04 14:08:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-04 14:08:24 +0200 |
commit | 2c3ebb202f6c83706c07efe39cd6d9ab48b4f4c4 (patch) | |
tree | 8f24c80f025f0902b829f5be94d022e1283c2ed8 /include/rtl | |
parent | d66b12b5be0bb5fc6903772e89a48d8ad61f723c (diff) |
@since tag; sorting
follow-up to 2135eae2a97c17d89cb47a2074830fd2d7b2226f "let approxEqual() not
scale too early for large representable integer values"
Change-Id: I628e01297fea08915d0ca1c95f3ba13f7ce15db8
Diffstat (limited to 'include/rtl')
-rw-r--r-- | include/rtl/math.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rtl/math.h b/include/rtl/math.h index 1217e65adb20..7c3f09a7823e 100644 --- a/include/rtl/math.h +++ b/include/rtl/math.h @@ -427,6 +427,8 @@ SAL_DLLPUBLIC double SAL_CALL rtl_math_approxValue(double fValue) SAL_THROW_EXTE @attention approxEqual( value!=0.0, 0.0 ) _never_ yields true. + + @since LibreOffice 5.3 */ SAL_DLLPUBLIC bool SAL_CALL rtl_math_approxEqual(double a, double b) SAL_THROW_EXTERN_C(); |