= private = protected
to_f()
Always returns zero.
nil.to_f #=> 0.0
static VALUE nil_to_f(VALUE obj) { return DBL2NUM(0.0); }