nums-1.0.0: Handy common number functions

Safe HaskellSafe-Inferred

Nums

Contents

Description

Common functions for numbers.

Synopsis

General operations

fi :: (Integral a, Num b) => a -> bSource

Short-hand for fromIntegral.