close Warning: Can't synchronize with repository "(default)" (/project/movitz/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 17 years ago

Last modified 17 years ago

#4 new defect

add floating point type

Reported by: sabetts Owned by: ffjeld
Priority: minor Milestone:
Component: compiler Version:
Keywords: numbers Cc:

Description

currently floating point constants are converted to ratios.

Change History (1)

comment:1 Changed 17 years ago by ffjeld

Keywords: numbers added
Priority: majorminor

Personally I am unsure about the value of floats, particluarly so long as they would have to be boxed (i.e. not be immediates).

I won't stop anyone else from implementing floats, but as of now I am unlikely to do it .

However I see this as another good reason for going 64-bit, where immediate floats would be feasible.

Note: See TracTickets for help on using tickets.