D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
Float
/
Filename :
to_s-i.ri
back
Copy
U:RDoc::AnyMethod[iI" to_s:ETI"Float#to_s;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"=Returns a string containing a representation of +self+; ;TI"Adepending of the value of +self+, the string representation ;TI"may contain:;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type:BULLET:@items[ o:RDoc::Markup::ListItem:@label0; [o; ; [I"A fixed-point number.;To:RDoc::Markup::Verbatim; [I"#3.14.to_s # => "3.14" ;T:@format0o;;0; [o; ; [I"@A number in "scientific notation" (containing an exponent).;To;; [I"4(10.1**50).to_s # => "1.644631821843879e+50" ;T;0o;;0; [o; ; [I"'Infinity'.;To;; [I"'(10.1**500).to_s # => "Infinity" ;T;0o;;0; [o; ; [I"'-Infinity'.;To;; [I"((-10.1**500).to_s # => "-Infinity" ;T;0o;;0; [o; ; [I"%'NaN' (indicating not-a-number).;To;; [I"!(0.0/0.0).to_s # => "NaN";T;0: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"to_s -> string ;T0[[I"inspect;T@ I"();T@;FI" Float;TcRDoc::NormalClass00