Modify

Opened 11 years ago

Closed 11 years ago

#3047 closed Bug (Fixed)

_MathCheckDiv: Purpose inaccurate

Reported by: anonymous Owned by: guinness
Milestone: 3.3.13.22 Component: Documentation
Version: 3.3.13.20 Severity: None
Keywords: Cc:

Description

Existing:

Checks if Num1 is divisable by Num2

Looking at the code, it checks that Num1 is an integer, that Num2 is an integer, and that Num1/Num2 is an integer.

So I suggest that the purpose be:

Checks that both parameters are integers and that when the first is divided by the second, the result is an integer.

Being so simple, I do wonder why this function was accepted as a UDF, but to avoid breaking someone's code, once a function is a UDF it is forever a UDF.

Attachments (0)

Change History (1)

comment:1 by guinness, 11 years ago

Milestone: 3.3.13.22
Owner: set to guinness
Resolution: Fixed
Status: newclosed

Fixed by revision [11351] in version: 3.3.13.22

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.