Modify ↓
Opened 13 years ago
Closed 13 years ago
#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)
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.