Class: Complex
- Inherits:
-
Object
- Object
- Complex
- Defined in:
- lib/quantum_ruby.rb
Instance Method Summary collapse
Instance Method Details
#round(digits) ⇒ Object
34 35 36 |
# File 'lib/quantum_ruby.rb', line 34 def round(digits) Complex(real.round(digits), imag.round(digits)) end |