Modify ↓
Opened 12 years ago
Closed 12 years ago
#2275 closed Feature Request (Rejected)
Add functions on decimals.
Reported by: | Caius-Corsades the-patriots@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
Functions for rounding and know the number of digits after the decimal point.
I have created an UDF to perform this:
http://pastebin.com/FiiL76Ft
Attachments (0)
Change History (1)
comment:1 Changed 12 years ago by trancexx
- Resolution set to Rejected
- Status changed from new to closed
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.
Note: See
TracTickets for help on using
tickets.
Rounding is someting else and it includes approximation by definition - something that your code lacks of.
AutoIt has Round() function.