struct BigDecimal
- BigDecimal
- Number
- Value
- Object
Included Modules
- Comparable(BigDecimal)
- Comparable(BigRational)
- Comparable(Float)
- Comparable(Int)
Defined in:
big.crConstructors
- .from_con(value, pull : CON::PullParser) : BigDecimal
- .from_con(pull : CON::PullParser) : BigDecimal
Instance methods inherited from struct Value
==(other : CON::Any)
==
Instance methods inherited from class Object
===(other : CON::Any)
===,
from_con(con : String | IO)
from_con,
to_con(io : IO)to_con to_con, to_pretty_con(indent : String = " ")
to_pretty_con(io : IO, indent : String = " ") to_pretty_con