struct Float64
Superclass hierarchy
Object
Value
Number
Float
Float64
Defined in:
Constant Summary
INFINITY
=
1
/
0
MAX
=
INFINITY
MIN
=
-
INFINITY
NAN
=
0
/
0
Class Method Summary
.cast
(value)
.new
(pull : JSON::PullParser)
Instance Method Summary
#**
(other : Int32)
#**
(other : Float64)
#**
(other)
#-
#ceil
#floor
#hash
#round
#to_s
#to_s
(io : IO)
#trunc
Class Method Detail
def self.
cast
(value)
def self.
new
(pull :
JSON::PullParser
)
Instance Method Detail
def
**
(other :
Int32
)
def
**
(other :
Float64
)
def
**
(other)
def
-
def
ceil
def
floor
def
hash
def
round
def
to_s
def
to_s
(io :
IO
)
def
trunc