To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97091
                 Issue #|97091
                 Summary|move functions ERF and ERFC to ::rtl::math namespace
               Component|Spreadsheet
                 Version|DEV300m36
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|regina





------- Additional comments from [EMAIL PROTECTED] Wed Dec 10 10:16:21 +0000 
2008 -------
The functions erf() and erfc() belong to C99, but they are not provided by MSVC
Express compilers. Those functions are needed in other calculations for example
normsdist() - otherwise they would not be in C99. Unfortunately the functions
are currently addin-functions and therefore cannot be used in other places in
the code at all.

I propose to move the calculations to sal and make them available like it has be
done for expm1 and log1p. Doing so, they can be used easily where needed and
they can be exchanged by the compiler variants when those are available.

---------------------------------------------------------------------
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]

Reply via email to