Float package:ihaskell

Single-precision floating point numbers. It is desirable that this type be at least equal in range and precision to the IEEE single-precision type.
a 32-bit floating point number
Warning: this is only available on LLVM.
Warning: this is only available on LLVM.
Warning: this is only available on LLVM.
Truncates a Float# value to the nearest Int#. Results are undefined if the truncation if truncation yields a value outside the range of Int#.
Warning: this can fail with an unchecked exception.
Warning: this can fail with an unchecked exception.
Broadcast a scalar to all elements of a vector. Warning: this is only available on LLVM.
Broadcast a scalar to all elements of a vector. Warning: this is only available on LLVM.
Broadcast a scalar to all elements of a vector. Warning: this is only available on LLVM.
Convert to integers. First Int# in result is the mantissa; second is the exponent.
Warning: this can fail with an unchecked exception.
Divide two vectors element-wise. Warning: this is only available on LLVM and can fail with an unchecked exception.