540件ヒット
[501-540件を表示]
(0.021秒)
ライブラリ
- ビルトイン (528)
-
json
/ add / complex (12)
キーワード
- * (12)
- ** (12)
- + (12)
- - (12)
- -@ (12)
-
/ (12) - < (12)
- <= (12)
- <=> (6)
- == (12)
- > (12)
- >= (12)
- abs (12)
- abs2 (12)
- angle (12)
- arg (12)
- between? (12)
- clamp (12)
- coerce (12)
- conj (12)
- conjugate (12)
- denominator (12)
- fdiv (12)
- finite? (9)
- imag (12)
- imaginary (12)
- infinite? (9)
- inspect (12)
- magnitude (12)
-
marshal
_ dump (12) - numerator (12)
- phase (12)
- polar (12)
- quo (12)
- rationalize (24)
- real (12)
- real? (12)
- rect (12)
- rectangular (12)
-
to
_ c (12) -
to
_ f (12) -
to
_ i (12) -
to
_ json (12) -
to
_ r (12) -
to
_ s (12)
検索結果
先頭4件
-
Complex
# >=(other) -> bool (21002.0) -
@undef
@undef -
Complex
# between?(min , max) -> bool (21002.0) -
@undef
@undef -
Complex
# clamp(range) -> object (21002.0) -
@undef
@undef -
Complex
# real? -> false (21002.0) -
常に false を返します。
常に false を返します。
//emlist[例][ruby]{
(2+3i).real? # => false
(2+0i).real? # => false
//}
@see Numeric#real?