Modify

Opened 9 years ago

Closed 9 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 Changed 9 years ago by guinness

  • Milestone set to 3.3.13.22
  • Owner set to guinness
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [11351] in version: 3.3.13.22

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain guinness.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.