Module
Data.BigNumber
- Package
- purescript-bignumber
- Repository
- athanclark/purescript-bignumber
#config Source
config :: forall format o. SubRow o (ConfigParams (Record format)) => SubRow format FormatParams => Record o -> Effect Unit
#ConfigParams Source
type ConfigParams format = ("ALPHABET" :: String, "CRYPTO" :: Boolean, "DECIMAL_PLACES" :: Int, "EXPONENTIAL_AT" :: T2 Int Int, "FORMAT" :: format, "MODULO_MODE" :: ModuloMode, "POW_PRECISION" :: Int, "RANGE" :: T2 Int Int, "ROUNDING_MODE" :: RoundingMode)
#RoundingMode Source
newtype RoundingMode
#ModuloMode Source
newtype ModuloMode
#isBigNumber Source
isBigNumber :: forall a. a -> Boolean
#isNegative Source
isNegative :: BigNumber -> Boolean
#isPositive Source
isPositive :: BigNumber -> Boolean
#toExponential Source
toExponential :: BigNumber -> String
- Modules
- Data.
BigNumber