Welcome
Register
Projects
Help
About
Blog
Use OpenID
Login
Password
OpenID URL
Remember me
RSpec
Ruby on Rails
Ruby
method
conj
v2_1_10
-
Show latest stable
-
0 notes
- Class:
Numeric
1_8_6_287
(0)
1_8_7_72
(0)
1_8_7_330
(0)
1_9_1_378
(-38)
1_9_2_180
(25)
1_9_3_125
(0)
1_9_3_392
(0)
2_1_10
(0)
2_2_9
(0)
2_4_6
(0)
2_5_5
(0)
2_6_3
(0)
What's this?
Related methods
Instance methods (50)
<=>
-@
%
+@
abs
abs2
angle
arg
ceil
clone
(>= v2_5_5)
coerce
conj
conjugate
denominator
div
divmod
dup
(>= v2_5_5)
eql?
fdiv
finite?
(>= v2_4_6)
floor
i
im
(<= v1_9_1_378)
imag
image
(<= v1_8_7_330)
imaginary
infinite?
(>= v2_4_6)
initialize_copy
integer?
magnitude
modulo
negative?
(>= v2_4_6)
nonzero?
numerator
phase
polar
positive?
(>= v2_4_6)
quo
real
real?
rect
rectangular
remainder
round
singleton_method_added
step
to_c
to_int
truncate
zero?
= private
= protected
conj
()
public
Returns self.
Show source
static
VALUE
numeric_conj
(
VALUE
self
)
{
return
self
;
}
Register
or
log in
to add new notes.