HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/ri/3.0.0/system/Kernel/Complex-i.ri
U:RDoc::AnyMethod[iI"Complex:ETI"Kernel#Complex;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"Returns x+i*y;;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"!Complex(1, 2)    #=> (1+2i)
;TI"!Complex('1+2i')  #=> (1+2i)
;TI"$Complex(nil)     #=> TypeError
;TI"$Complex(1, nil)  #=> TypeError
;TI"
;TI"0Complex(1, nil, exception: false)  #=> nil
;TI"0Complex('1+2', exception: false)   #=> nil
;T:@format0o;
;	[I"Syntax of string form:;T@o;;	[I";string form = extra spaces , complex , extra spaces ;
;TI"5complex = real part | [ sign ] , imaginary part
;TI"1        | real part , sign , imaginary part
;TI"+        | rational , "@" , rational ;
;TI"real part = rational ;
;TI"Limaginary part = imaginary unit | unsigned rational , imaginary unit ;
;TI"/rational = [ sign ] , unsigned rational ;
;TI"Eunsigned rational = numerator | numerator , "/" , denominator ;
;TI"Snumerator = integer part | fractional part | integer part , fractional part ;
;TI"denominator = digits ;
;TI"integer part = digits ;
;TI"Nfractional part = "." , digits , [ ( "e" | "E" ) , [ sign ] , digits ] ;
;TI".imaginary unit = "i" | "I" | "j" | "J" ;
;TI"sign = "-" | "+" ;
;TI"/digits = digit , { digit | "_" , digit };
;TI"Idigit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;
;TI"extra spaces = ? \s* ? ;
;T;
0o;
;	[I"See String#to_c.;T:
@fileI"complex.c;T:0@omit_headings_from_table_of_contents_below0I":Complex(x[, y], exception: true)  ->  numeric or nil
;T0[I"(p1, p2 = v2, p3 = {});T@1FI"Kernel;TcRDoc::NormalModule00