Module

Data.HugeInt

#fromInt

#fromString

fromString :: String -> Maybe HugeInt

Input must look like a Purescript Int. For example, fromString "123456789012345" => Just (HugeInt 123456789012345).

#toInt

#toHugeNum

#fromHugeNum

fromHugeNum :: HugeNum -> Maybe HugeInt

Requires the input to have a zero-valued fractional component.

#abs

#neg

#round

#ceil

#floor

#isPositive

#isZero

#isNegative

#numOfDigits

#even

#odd

Modules