Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
Integer
/
//opt/alt/ruby27/share/ri/system/Integer/gcdlcm-i.ri
U:RDoc::AnyMethod[iI"gcdlcm:ETI"Integer#gcdlcm;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I";Returns an array with the greatest common divisor and ;TI"?the least common multiple of the two integers, [gcd, lcm].;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"236.gcdlcm(60) #=> [12, 180] ;TI"/2.gcdlcm(2) #=> [2, 2] ;TI"03.gcdlcm(-7) #=> [1, 21] ;TI"I((1<<31)-1).gcdlcm((1<<61)-1) #=> [1, 4951760154835678088235319297];T:@format0: @fileI"rational.c;T:0@omit_headings_from_table_of_contents_below0I"&int.gcdlcm(other_int) -> array ;T0[ I" (p1);T@FI"Integer;TcRDoc::NormalClass00