Modify ↓
#2275 closed Feature Request (Rejected)
Add functions on decimals.
| Reported by: | 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 by , on Oct 28, 2012 at 8:06:47 AM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
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.