struct

BigFloat

Inherits Comparable < Comparable < Comparable < Float < Comparable < Comparable < Comparable < Number < Comparable < Steppable < Comparable < Value < Object

A BigFloat can represent arbitrarily large floats.

It is implemented under the hood with GMP.

NOTE: To use BigFloat, you must explicitly import it with require "big"

Constructors

from_con(value, pull : CON::PullParser) : BigFloat
Source
from_con(pull : CON::PullParser) : BigFloat
Source