Modify ↓
Opened 16 years ago
Closed 13 years ago
#1497 closed Feature Request (Rejected)
Sign(<expression>) function
| Reported by: | jchd | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Sign | Cc: |
Description
AutoIt lacks a Sign() function.
It would be a must if Sign could deal with close to 0 reals, i.e.:
Sign($fp) = 0 iff -$Epsilon <= $fp <= $Epsilon
When passed non-numeric variants, it could be made to return sensible results as well.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
