class ComplexNumbers::Complex
- ComplexNumbers::Complex
- Reference
- Object
Defined in:
complex.crConstructors
Instance Method Summary
-
#*(other : Complex)
Multiplication
-
#+(other : Complex)
Addition
-
#-(other : Complex)
Subtraction
-
#/(other : Complex)
Division
-
#abs
Absolute value (magnitude)
- #im : Float64
- #im=(im : Float64)
- #re : Float64
- #re=(re : Float64)
-
#to_s
String representation for easier debugging