[GHC] #2281: properFraction implemented with modf primitive?

GHC trac at galois.com
Tue May 13 11:43:26 EDT 2008


#2281: properFraction implemented with modf primitive?
-------------------------+--------------------------------------------------
    Reporter:  guest     |        Owner:          
        Type:  proposal  |       Status:  new     
    Priority:  normal    |    Milestone:          
   Component:  Compiler  |      Version:  6.8.2   
    Severity:  normal    |   Resolution:          
    Keywords:            |     Testcase:          
Architecture:  Multiple  |           Os:  Multiple
-------------------------+--------------------------------------------------
Comment (by dons):

 Can you use modf from the cmath library?
 http://hackage.haskell.org/packages/archive/cmath/0.3/doc/html/Foreign-C
 -Math-Double.html#v%3Amodf

 for your immediate use case.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2281#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list