Module

Data.Integer

Package
purescript-bigintegers
Repository
Ebmtranceboy/purescript-bigintegers

#fromInt Source

#degreeImpl Source

#fromStringAsImpl Source

fromStringAsImpl :: (forall a. a -> Maybe a) -> (forall a. Maybe a) -> Radix -> String -> Maybe Integer

#Radix Source

newtype Radix

The number of unique digits (including zero) used to represent integers in a specific base.

Constructors

#binary Source

binary :: Radix

The base-2 system.

#decimal Source

decimal :: Radix

The base-10 system.

#hexadecimal Source

hexadecimal :: Radix

The base-16 system.

#radix Source

radix :: Int -> Maybe Radix

Create a Radix from a number between 2 and 36.

Modules
Data.Integer