Home
Press ? for keyboard navigation
❮
Methods of Int32
Program name
❯
abs
round
Methods of Float64
Float64
examples/intro/float64_methods.cr
x
=
-
5.2
p!
x
.
abs
# 5.2
p!
x
.
round
# -5.0
# p! x.even? # Undefined method even? for Float64
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)