Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #612 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

tango.math.IEEE.rndtonl should return int

Reported by: h3r3tic Assigned to: Don Clugston
Priority: major Milestone: 0.99.1 RC4
Component: Core Functionality Version: 0.99 RC3 Xammy
Keywords: Cc:

Description

According to http://www.digitalmars.com/rtl/fltpnt.html#rndtol , tango.math.IEEE.rndtonl should return 'int' (long in case of C) instead of 'real'. Currently it returns garbage, at least on DMD/Win.

Thanks!

Change History

09/05/07 23:48:58 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.

(In [2552]) closes #612

thanks h3r3tic

09/07/07 04:21:47 changed by larsivi

  • milestone changed from 1.0 to 0.99.1 RC4.