struct BigFloat

Overview

A BigFloat can represent arbitrarily large floats.

It is implemented under the hood with GMP.

Included Modules

Defined in:

big.cr

Constructors

Instance methods inherited from struct Float

to_con(con : CON::Builder) to_con

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

Constructor Detail

def self.from_con(value, pull : CON::PullParser) : BigFloat #

[View source]
def self.from_con(pull : CON::PullParser) : BigFloat #

[View source]