ZVON > References > Haskell reference
| 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:

Example 1

Input: scaleFloat 3 1.1

Output: 8.8