U:RDoc::AnyMethod[iI" coerce:ETI"Numeric#coerce;TF: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"KIf a +numeric+ is the same type as +num+, returns an array containing ;TI"P+numeric+ and +num+. Otherwise, returns an array with both a +numeric+ and ;TI"(+num+ represented as Float objects.;To:RDoc::Markup::BlankLineo; ; [I"JThis coercion mechanism is used by Ruby to handle mixed-type numeric ;TI"Qoperations: it is intended to find a compatible common type between the two ;TI"operands of the operator.;T@o:RDoc::Markup::Verbatim; [I"$1.coerce(2.5) #=> [2.5, 1.0] ;TI"$1.2.coerce(3) #=> [3.0, 1.2] ;TI"1.coerce(2) #=> [2, 1];T: @format0: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"$num.coerce(numeric) -> array ;T0[I" (p1);T@FI" Numeric;TcRDoc::NormalClass00