floating: Punt the class version of C's remquo function.
commit493944982877bc381d007d11591e8cce5d9c448a
authorNick Bowler <nbowler@draconx.ca>
Tue, 2 Feb 2010 01:41:48 +0000 (1 20:41 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 2 Feb 2010 01:41:48 +0000 (1 20:41 -0500)
treef04bac41763f867d97af397668b957219bc3b836
parent1ffa75d8d669eb676d2fde99f7ccc3c6343e15c9
floating: Punt the class version of C's remquo function.

This function is not very Haskell-ish, and any performance benefits are
likely lost in the ugly FFI wrapper.  If anyone cares, they can still
use the binding in Data.Floating.CMath themselves.
Data/Floating.hs
Data/Floating/Classes.hs
Data/Floating/Double.hs
Data/Floating/Float.hs