Opened 14 years ago
Last modified 14 years ago
#1386 closed defect (fixed)
sign() returns Real, but should be Integer
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Martin Sjölund, Martin Sjölund |
Description
Spec 3.2 says:
sign(v) Is expanded into “noEvent(if v>0 then 1 else if v<0 then –1 else 0)”.
Note:
See TracTickets
for help on using tickets.