U:RDoc::AnyMethod[iI"remainder:ETI"Integer#remainder;TF: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"JReturns the remainder after dividing big by numeric as:;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim; [I"-x.remainder(y) means x-y*(x/y).truncate ;T: @format0o; ; [I" Examples;T@o; ; [ I"5.remainder(3) #=> 2 ;TI"-5.remainder(3) #=> -2 ;TI"5.remainder(-3) #=> 2 ;TI"-5.remainder(-3) #=> -2 ;TI" ;TI":-1234567890987654321.remainder(13731) #=> -6966 ;TI"F-1234567890987654321.remainder(13731.24) #=> -9906.22531493148 ;T; 0o; ; [I"See Numeric#divmod.;T: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"&int.remainder(numeric) -> real ;T0[I" (p1);T@!FI" Integer;TcRDoc::NormalClass00