Methods of 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