Function rb_to_float

Source
pub unsafe extern "C" fn rb_to_float(val: VALUE) -> VALUE
Expand description

Identical to rb_check_to_float, except it raises on error.

ยง@param[in] val An object to convert. @exception rb_eTypeError No conversion defined. @return An instance of ::rb_cFloat.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3