ライブラリ
- ビルトイン (168)
- matrix (24)
-
net
/ ftp (20) -
net
/ http (43) - pathname (60)
- psych (48)
- rake (12)
- rubygems (24)
-
rubygems
/ ext / builder (12) -
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) -
rubygems
/ indexer (48) -
rubygems
/ installer (12) -
rubygems
/ package / tar _ reader / entry (12) -
rubygems
/ source _ index (12) -
rubygems
/ version (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) -
webrick
/ httpresponse (12) -
webrick
/ httpstatus (48)
クラス
- Complex (48)
- File (12)
-
File
:: Stat (12) -
Gem
:: Ext :: Builder (12) -
Gem
:: Ext :: ConfigureBuilder (12) -
Gem
:: Ext :: ExtConfBuilder (12) -
Gem
:: Ext :: RakeBuilder (12) -
Gem
:: Indexer (48) -
Gem
:: Installer (12) -
Gem
:: Package :: TarReader :: Entry (12) -
Gem
:: SourceIndex (12) -
Gem
:: Version (12) - Matrix (24)
-
Net
:: FTP :: MLSxEntry (20) - Numeric (24)
- Pathname (60)
-
Psych
:: Handler (12) -
Psych
:: Nodes :: Document (36) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) -
WEBrick
:: HTTPResponse (12)
モジュール
-
File
:: Constants (12) - FileTest (12)
- Gem (24)
- Kernel (36)
-
WEBrick
:: HTTPStatus (24)
キーワード
- Complex (36)
- DIRECT (12)
- DIRECTORIES (12)
- HTTPMisdirectedRequest (8)
- HTTPPermanentRedirect (11)
- HTTPRedirection (12)
- HTTPTemporaryRedirect (12)
- Numeric (12)
-
RC
_ TEMPORARY _ REDIRECT (12) - Redirect (12)
- TemporaryRedirect (12)
- build (36)
- children (12)
- correct? (12)
-
dest
_ directory (12) - directory (24)
- directory? (88)
-
directory
_ makable? (10) -
each
_ child (24) -
ensure
_ gem _ subdirectories (12) -
installed
_ spec _ directories (12) -
make
_ temp _ directories (12) - new (24)
- rectangular (48)
- redirect? (12)
- redirector (12)
-
relative
_ path _ from (12) -
set
_ redirect (12) -
st
_ add _ direct (12) -
start
_ document (12) -
tag
_ directives (12) -
tag
_ directives= (12) - unpack (12)
検索結果
先頭5件
-
Kernel
. # Complex(r , i = 0) -> Complex (6.0) -
実部が r、虚部が i である Complex クラスのオブジェクトを生成します。
...ェクトを返しま
す。
//emlist[例][ruby]{
Complex('1+1i', '2+3i') # => (-2+3i)
Complex('1+1i') + Complex('2+3i') * Complex('i') # => (-2+3i)
//}
@see Complex.rect、Complex.rectangular
[注意] Complex.new、Complex.new! は 1.9 系では廃止されました。... -
Kernel
. # Complex(r , i = 0 , exception: true) -> Complex | nil (6.0) -
実部が r、虚部が i である Complex クラスのオブジェクトを生成します。
...ェクトを返しま
す。
//emlist[例][ruby]{
Complex('1+1i', '2+3i') # => (-2+3i)
Complex('1+1i') + Complex('2+3i') * Complex('i') # => (-2+3i)
//}
@see Complex.rect、Complex.rectangular
[注意] Complex.new、Complex.new! は 1.9 系では廃止されました。... -
Kernel
. # Complex(s) -> Complex (6.0) -
実部が r、虚部が i である Complex クラスのオブジェクトを生成します。
...ェクトを返しま
す。
//emlist[例][ruby]{
Complex('1+1i', '2+3i') # => (-2+3i)
Complex('1+1i') + Complex('2+3i') * Complex('i') # => (-2+3i)
//}
@see Complex.rect、Complex.rectangular
[注意] Complex.new、Complex.new! は 1.9 系では廃止されました。... -
Kernel
. # Complex(s , exception: true) -> Complex | nil (6.0) -
実部が r、虚部が i である Complex クラスのオブジェクトを生成します。
...ェクトを返しま
す。
//emlist[例][ruby]{
Complex('1+1i', '2+3i') # => (-2+3i)
Complex('1+1i') + Complex('2+3i') * Complex('i') # => (-2+3i)
//}
@see Complex.rect、Complex.rectangular
[注意] Complex.new、Complex.new! は 1.9 系では廃止されました。... -
Numeric (6.0)
-
数値を表す抽象クラスです。Integer や Float などの数値クラス は Numeric のサブクラスとして実装されています。
...real? | o - - - - - o
rect | o - - - - - o
rectangular | o - - - - - o......- o
rect | o - - - o
Numeric Integer Float Rational Complex
--------------------------------------------------------------------------------
rectangular | o...