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

Feldspar.Core.Functions.Conversion

Description

Type conversion operations

Documentation

i2f :: (Integral a, Size a ~ Range a) => Data a -> Data FloatSource

i2n :: forall a b. (Integral a, Numeric b, Size a ~ Range a) => Data a -> Data bSource