To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86775
User er changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu May 8 14:28:21 +0000
2008 -------
In cws odff03:
sal/inc/rtl/math.h 1.3.380.1
sal/inc/rtl/math.hxx 1.6.380.1
sal/rtl/source/math.cxx 1.12.236.1
sal/util/sal.map 1.62.46.1
The patch needed some tweaking for values near DBL_MIN and DBL_MAX to not
produce #NUM! errors.
Added rtl_math_approxValue() and ::rtl::math::approxValue() wrapper; modified
::rtl::math::approxFloor() and ::rtl::math::approxCeil() to use
::rtl::math::approxValue(), hence no changes necessary in Calc code. Au
contraire, also the FLOOR() and CEILING() spreadsheet functions and others using
approxFloor()/approxCeil() internally actually benefit from this change because
the dreaded 3.55271e-015 threshold value is gone now.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]