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

Safe HaskellNone
LanguageHaskell2010

Feldspar.Core.Frontend.Conversion

Documentation

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

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

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

round :: (Integral a, Numeric b, RealFloat b) => Data b -> Data a Source

floor :: (Integral a, Numeric b, RealFloat b) => Data b -> Data a Source