feldspar-language-0.7: A functional embedded language for DSP and parallelism

Safe HaskellNone

Feldspar.Core.Frontend.Conversion

Documentation

i2f :: (Integral a, Numeric b, RealFloat b) => Data a -> Data bSource

f2i :: (Integral a, Numeric b, RealFloat b) => Data b -> Data aSource

i2n :: (Integral a, Numeric b) => Data a -> Data bSource