Skip to main content

Module big_number

Module big_number 

Source
Expand description

Big number types represented as strings.

These types are simple string wrappers that allow users to parse and format big numbers using their preferred library.

Structs§

BigDecimal
A big decimal represented as a string.
BigInteger
A BigInteger represented as a string.

Enums§

BigNumberError
Error type for BigInteger and BigDecimal parsing.