HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/share/ri/2.7.0/system/Numeric/coerce-i.ri
U:RDoc::AnyMethod[iI"coerce:ETI"Numeric#coerce;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph;	[I">If +numeric+ is the same type as +num+, returns an array ;TI"H<code>[numeric, num]</code>. Otherwise, returns an array with both ;TI"6+numeric+ and +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