Opened 14 years ago

Last modified 14 years ago

#1386 closed defect (fixed)

sign() returns Real, but should be Integer

Reported by: sjoelund.se Owned by: sjoelund.se
Priority: high Milestone:
Component: Version:
Keywords: Cc: sjoelund.se, sjoelund.se

Description

Spec 3.2 says:
sign(v) Is expanded into “noEvent(if v>0 then 1 else if v<0 then –1 else 0)”.

Change History (0)

Note: See TracTickets for help on using tickets.