ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | >> Prelude << | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
Module: | Prelude |
---|---|
Function: | scaleFloat |
Type: | RealFloat a => Int -> a -> a |
Class: | RealFloat |
Description: | scaleFloat multiplies a floating-point number by an integer power of the radix. |
Related: |
Input: scaleFloat 3 1.1
Output: 8.8