I wonder if there is a function that converts rational types to Float (Rational a => a -> Float).
I tried hoogling, but found nothing.
|
|
|
In Haskell you don't convert to but from. See
If you need a
|
||||
|
There is also fromIntegral to convert
|
|||
|
|
|
Note that |
|||
|
|