To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88302
Issue #|88302
Summary|Descriptions on the function QUOTIENT in the on-line h
|elp could be revised
Component|Spreadsheet
Version|OOo 2.4.0
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|ui
Assigned to|spreadsheet
Reported by|tora
------- Additional comments from [EMAIL PROTECTED] Tue Apr 15 15:38:40 +0000
2008 -------
====================================================
Contents in the on-line help of OpenOffice.org 2.4.0
====================================================
QUOTIENT
Returns the integer part of a division operation.
This function is only available if Analysis AddIn is installed.
Syntax
QUOTIENT(Numerator;Denominator)
Returns the integer part of numerator divided by denominator.
QUOTIENT is equivalent to INT(numerator/denominator),
except that it may report errors with different error codes.
Example
=QUOTIENT(11;3) returns 3. The remainder of 2 is lost.
=====
Facts
=====
1. Without additionally installing Analysis AddIn, this function is available.
2. QUOTIENT seems NOT equivalent to INT(numerator/denominator).
The following table - attachment file - shows the differences between them.
numerator denominator QUOTIENT (*1) INT (*2) Judge
============== ============== ============== ============== ==========
11 3 3 3
9 3 3 3
7 3 2 2
5 3 1 1
3 3 1 1
1 3 0 0
-1 3 0 -1 different
-3 3 -1 -1
-5 3 -1 -2 different
-7 3 -2 -3 different
-9 3 -3 -3
-11 3 -3 -4 different
Err:502
==========================================================================
*1 =QUOTIENT(Numerator;Denominator)
*2 =INT(numerator/denominator)
References
issue 75536
OOH680_m12/helpcontent2/source/text/scalc/01/04060106.xhp
Acknowledgments
This is originally reported by tabotabo.
---------------------------------------------------------------------
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]