Method: Complex.zero
- Defined in:
- lib/include/complex.rb
.zero ⇒ Object
6 7 8 |
# File 'lib/include/complex.rb', line 6 def self.zero return Complex(0, 0) end |
6 7 8 |
# File 'lib/include/complex.rb', line 6 def self.zero return Complex(0, 0) end |